groups/home: add icinga host dependencies
kunsi/bundlewrap/pipeline/head This commit looks good Details

This commit is contained in:
Franzi 2021-07-17 09:18:20 +02:00
parent cbeb42c8ae
commit 77f785135d
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
3 changed files with 10 additions and 3 deletions

View File

@ -70,6 +70,9 @@ groups['home'] = {
'metadata': {
'location': 'home',
'icinga_options': {
'also_affected_by': {
'home.router',
},
'vars.notification.sms': False,
},
'postfix': {

View File

@ -85,6 +85,10 @@ nodes['home.nas'] = {
},
},
},
'icinga_options': {
# override group default
'also_affected_by': atomic(set()),
},
'mosquitto': {
'bridges': {
'c3voc': {

View File

@ -85,14 +85,14 @@ nodes['home.router'] = {
},
},
'icinga_options': {
'also_affected_by': {
# override group default
'also_affected_by': atomic({
'home.nas',
'ovh.wireguard',
},
}),
# disabled on group level
'vars.notification.sms': True
},
'nftables': {
'rules': {
'forward': {