bundles/icinga2: add dependencies for icingaweb2 setup
This commit is contained in:
parent
7fba53245a
commit
d3de7a27be
4 changed files with 35 additions and 1 deletions
|
@ -22,6 +22,9 @@ defaults = {
|
|||
'libreadonly-perl': {},
|
||||
}
|
||||
},
|
||||
'icingaweb2': {
|
||||
'setup-token': repo.vault.password_for(f'{node.name} icingaweb2 setup-token'),
|
||||
},
|
||||
'postgresql': {
|
||||
'roles': {
|
||||
'icinga2': {
|
||||
|
@ -29,6 +32,9 @@ defaults = {
|
|||
},
|
||||
},
|
||||
'databases': {
|
||||
'icingaweb2': {
|
||||
'owner': 'icinga2',
|
||||
},
|
||||
'icinga2': {
|
||||
'owner': 'icinga2',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue