home.{nas,router}: fixup icinga dependencies
This commit is contained in:
parent
1189b58cd2
commit
9c8523ab49
2 changed files with 0 additions and 18 deletions
|
@ -58,11 +58,6 @@ nodes['home.nas'] = {
|
|||
'/storage/nas/normen',
|
||||
},
|
||||
},
|
||||
#'backup-server': {
|
||||
# 'my_hostname': 'franzi-home.kunbox.net',
|
||||
# 'my_ssh_port': 2022,
|
||||
# 'zfs-base': 'storage/backups',
|
||||
#},
|
||||
'groups': {
|
||||
'nas': {},
|
||||
},
|
||||
|
@ -92,10 +87,6 @@ nodes['home.nas'] = {
|
|||
},
|
||||
},
|
||||
},
|
||||
'icinga_options': {
|
||||
# override group default
|
||||
'also_affected_by': atomic(set()),
|
||||
},
|
||||
'mosquitto': {
|
||||
'bridges': {
|
||||
'c3voc': {
|
||||
|
@ -192,9 +183,6 @@ nodes['home.nas'] = {
|
|||
},
|
||||
},
|
||||
'openssh': {
|
||||
'allowed_users': {
|
||||
'kunsi-t470', # backup user
|
||||
},
|
||||
'enable_x_forwarding_for_admins': True,
|
||||
},
|
||||
'users': {
|
||||
|
@ -272,7 +260,6 @@ nodes['home.nas'] = {
|
|||
'storage': {
|
||||
'primarycache': 'metadata',
|
||||
},
|
||||
'storage/backups': {},
|
||||
'storage/opt-yate': {
|
||||
'mountpoint': '/opt/yate',
|
||||
},
|
||||
|
@ -322,10 +309,6 @@ nodes['home.nas'] = {
|
|||
'monthly': 0,
|
||||
},
|
||||
},
|
||||
# XXX remove when deleting old backups from node
|
||||
'snapshot_never': {
|
||||
'storage/backups',
|
||||
}
|
||||
},
|
||||
},
|
||||
'vm': {
|
||||
|
|
|
@ -85,7 +85,6 @@ nodes['home.router'] = {
|
|||
'icinga_options': {
|
||||
# override group default
|
||||
'also_affected_by': atomic({
|
||||
'home.nas',
|
||||
'ovh.wireguard',
|
||||
}),
|
||||
# disabled on group level
|
||||
|
|
Loading…
Reference in a new issue