nodes/ovh.icinga2: add icinga2 api user for icinga2beamer
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
0b52f8e7e6
commit
9d3d0bcc69
1 changed files with 10 additions and 0 deletions
|
@ -28,6 +28,16 @@ nodes['ovh.icinga2'] = {
|
|||
},
|
||||
},
|
||||
'icinga2': {
|
||||
'api_users': {
|
||||
# Used with <https://git.kunsmann.eu/kunsi/icinga2beamer>
|
||||
'icinga2beamer': {
|
||||
'password': vault.decrypt('encrypt$gAAAAABf3wM9YS5ZpRdhp3xyIFX21_MK0omzqHqykWbWdkZWp2xyJ6awaUSXODnZQ5j-rws6n0yrpaeMdXoj1irb2FrgxMDTdfCh88hIsqcKGOObzwGaRg6Ze0tuiMrzIfOO3tRnc9Kd'),
|
||||
'permissions': {
|
||||
'objects/query/Host',
|
||||
'objects/query/Service'
|
||||
},
|
||||
},
|
||||
},
|
||||
'sipgate_user': vault.decrypt('encrypt$gAAAAABfujAmCUnicSAllq8MskXnPodKp3cGcfA6Abvef-rAYwB2CtCwt9oBRVKFskJPVArDaF1wfjNTfLwgX3gTP7xFutJ1HA=='),
|
||||
'sipgate_pass': vault.decrypt('encrypt$gAAAAABfui_4B7UmOosI_gsQ-xvmd3X_BUDSl-G2KF_Tg8O6RpUvk0gHexOKsrTb6se1ipXsh7RC9pbZCKMtesW0C6j24LHXDKCOjkqI77oO0ZjnG6SUwfcJqg61biNiRlXy8z-9LCGA'),
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue