nodes/htz-cloud.miniserver: set dummy=True
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
2bcc0bd22a
commit
f33f638d88
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
# mostly unmanaged
|
||||
|
||||
nodes['htz-cloud.miniserver'] = {
|
||||
# As requested by sophie
|
||||
'dummy': True,
|
||||
'groups': {
|
||||
'debian-buster',
|
||||
'webserver',
|
||||
|
@ -41,6 +43,7 @@ nodes['htz-cloud.miniserver'] = {
|
|||
'exclude_from_backups': True,
|
||||
},
|
||||
'icinga_options': {
|
||||
'exclude_from_monitoring': True,
|
||||
'vars.notification.sms': False,
|
||||
},
|
||||
'iptables': {
|
||||
|
|
Loading…
Reference in a new issue