bundles: use a common metadata key for firewall restrictions, use repo.libs.tools.resolve_identifier()
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
9a2f9038c4
commit
5c1eba0d58
8 changed files with 92 additions and 49 deletions
|
@ -46,6 +46,9 @@ nodes['ovh.icinga2'] = {
|
|||
},
|
||||
},
|
||||
},
|
||||
'restrict-to': {
|
||||
'172.19.138.0/24',
|
||||
},
|
||||
'sipgate_user': vault.decrypt('encrypt$gAAAAABfujAmCUnicSAllq8MskXnPodKp3cGcfA6Abvef-rAYwB2CtCwt9oBRVKFskJPVArDaF1wfjNTfLwgX3gTP7xFutJ1HA=='),
|
||||
'sipgate_pass': vault.decrypt('encrypt$gAAAAABfui_4B7UmOosI_gsQ-xvmd3X_BUDSl-G2KF_Tg8O6RpUvk0gHexOKsrTb6se1ipXsh7RC9pbZCKMtesW0C6j24LHXDKCOjkqI77oO0ZjnG6SUwfcJqg61biNiRlXy8z-9LCGA'),
|
||||
},
|
||||
|
@ -68,12 +71,6 @@ nodes['ovh.icinga2'] = {
|
|||
},
|
||||
},
|
||||
},
|
||||
'iptables': {
|
||||
'custom_rules': {
|
||||
# icinga2 api
|
||||
'iptables -A INPUT -i wg0 -p tcp --dport 5665 -j ACCEPT',
|
||||
},
|
||||
},
|
||||
'nginx': {
|
||||
'vhosts': {
|
||||
'icingaweb': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue