Deploy lndhub.go branch of akkounts

This commit is contained in:
Râu Cao 2022-12-23 18:02:42 +07:00
parent a7e04f4e63
commit 3641ea7a60
Signed by: raucao
GPG Key ID: 15E65F399D084BA9
2 changed files with 5 additions and 3 deletions

View File

@ -12,7 +12,9 @@
"hostname": "akkounts-1", "hostname": "akkounts-1",
"ipaddress": "192.168.122.160", "ipaddress": "192.168.122.160",
"roles": [ "roles": [
"base",
"kvm_guest", "kvm_guest",
"ldap_client",
"akkounts", "akkounts",
"postgresql_client" "postgresql_client"
], ],
@ -20,6 +22,7 @@
"kosmos-base", "kosmos-base",
"kosmos-base::default", "kosmos-base::default",
"kosmos_kvm::guest", "kosmos_kvm::guest",
"kosmos-dirsrv::hostsfile",
"kosmos_postgresql::hostsfile", "kosmos_postgresql::hostsfile",
"kosmos-akkounts", "kosmos-akkounts",
"kosmos-akkounts::default", "kosmos-akkounts::default",
@ -46,7 +49,6 @@
"redis::default", "redis::default",
"backup::default", "backup::default",
"logrotate::default", "logrotate::default",
"kosmos-dirsrv::hostsfile",
"nodejs::npm", "nodejs::npm",
"nodejs::install", "nodejs::install",
"kosmos-nginx::default", "kosmos-nginx::default",

View File

@ -1,5 +1,5 @@
node.default['akkounts']['repo'] = 'https://gitea.kosmos.org/kosmos/akkounts.git' node.default['akkounts']['repo'] = 'https://gitea.kosmos.org/kosmos/akkounts.git'
node.default['akkounts']['revision'] = 'master' node.default['akkounts']['revision'] = 'feature/73-lndhub-go'
node.default['akkounts']['port'] = 3000 node.default['akkounts']['port'] = 3000
node.default['akkounts']['domain'] = 'accounts.kosmos.org' node.default['akkounts']['domain'] = 'accounts.kosmos.org'