bundles/icinga2: initial working draft

This commit is contained in:
Franzi 2020-11-21 10:29:36 +01:00
parent d3de7a27be
commit 11071914e0
Signed by: kunsi
GPG key ID: 12E3D2136B818350
17 changed files with 611 additions and 2 deletions

View file

@ -22,6 +22,11 @@ defaults = {
'libreadonly-perl': {},
}
},
'icinga2': {
'api_users': {
'root': repo.vault.password_for(f'{node.name} icinga2 api root'),
},
},
'icingaweb2': {
'setup-token': repo.vault.password_for(f'{node.name} icingaweb2 setup-token'),
},