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': {
|
||||
'location': 'home',
|
||||
'icinga_options': {
|
||||
'also_affected_by': {
|
||||
'home.router',
|
||||
},
|
||||
'vars.notification.sms': False,
|
||||
},
|
||||
'postfix': {
|
||||
|
|
|
@ -85,6 +85,10 @@ nodes['home.nas'] = {
|
|||
},
|
||||
},
|
||||
},
|
||||
'icinga_options': {
|
||||
# override group default
|
||||
'also_affected_by': atomic(set()),
|
||||
},
|
||||
'mosquitto': {
|
||||
'bridges': {
|
||||
'c3voc': {
|
||||
|
|
|
@ -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': {
|
||||
|
|
Loading…
Reference in a new issue