groups/home: add icinga host dependencies
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
cbeb42c8ae
commit
77f785135d
3 changed files with 10 additions and 3 deletions
|
@ -70,6 +70,9 @@ groups['home'] = {
|
||||||
'metadata': {
|
'metadata': {
|
||||||
'location': 'home',
|
'location': 'home',
|
||||||
'icinga_options': {
|
'icinga_options': {
|
||||||
|
'also_affected_by': {
|
||||||
|
'home.router',
|
||||||
|
},
|
||||||
'vars.notification.sms': False,
|
'vars.notification.sms': False,
|
||||||
},
|
},
|
||||||
'postfix': {
|
'postfix': {
|
||||||
|
|
|
@ -85,6 +85,10 @@ nodes['home.nas'] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'icinga_options': {
|
||||||
|
# override group default
|
||||||
|
'also_affected_by': atomic(set()),
|
||||||
|
},
|
||||||
'mosquitto': {
|
'mosquitto': {
|
||||||
'bridges': {
|
'bridges': {
|
||||||
'c3voc': {
|
'c3voc': {
|
||||||
|
|
|
@ -85,14 +85,14 @@ nodes['home.router'] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'icinga_options': {
|
'icinga_options': {
|
||||||
'also_affected_by': {
|
# override group default
|
||||||
|
'also_affected_by': atomic({
|
||||||
'home.nas',
|
'home.nas',
|
||||||
'ovh.wireguard',
|
'ovh.wireguard',
|
||||||
},
|
}),
|
||||||
# disabled on group level
|
# disabled on group level
|
||||||
'vars.notification.sms': True
|
'vars.notification.sms': True
|
||||||
},
|
},
|
||||||
|
|
||||||
'nftables': {
|
'nftables': {
|
||||||
'rules': {
|
'rules': {
|
||||||
'forward': {
|
'forward': {
|
||||||
|
|
Loading…
Reference in a new issue