move icinga2 to new host

This commit is contained in:
Franzi 2023-09-09 14:12:24 +02:00
parent 99e261fe24
commit e6e9e425fc
Signed by: kunsi
GPG key ID: 12E3D2136B818350
7 changed files with 123 additions and 1 deletions

View file

@ -1,4 +1,5 @@
nodes['ovh.icinga2'] = {
'dummy': True, # gekündigt
'bundles': {
'bird',
'icinga2',
@ -35,6 +36,7 @@ nodes['ovh.icinga2'] = {
},
},
'icinga2': {
'web_domain': 'icinga.kunsmann.eu',
'api_users': {
'dashboard': {
'password': vault.password_for('ovh.icinga2 icinga2 api_user dashboard'),