Deploy lndhub.go branch of akkounts
This commit is contained in:
parent
a7e04f4e63
commit
3641ea7a60
@ -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",
|
||||||
@ -83,4 +85,4 @@
|
|||||||
"role[ldap_client]",
|
"role[ldap_client]",
|
||||||
"role[akkounts]"
|
"role[akkounts]"
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -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'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user