bundles/icinga2: initial working draft
This commit is contained in:
parent
d3de7a27be
commit
11071914e0
17 changed files with 611 additions and 2 deletions
|
@ -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'),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue