nodes/htz-cloud.miniserver: set dummy=True
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-05-04 17:34:22 +02:00
parent 2bcc0bd22a
commit f33f638d88
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -2,6 +2,8 @@
# mostly unmanaged # mostly unmanaged
nodes['htz-cloud.miniserver'] = { nodes['htz-cloud.miniserver'] = {
# As requested by sophie
'dummy': True,
'groups': { 'groups': {
'debian-buster', 'debian-buster',
'webserver', 'webserver',
@ -41,6 +43,7 @@ nodes['htz-cloud.miniserver'] = {
'exclude_from_backups': True, 'exclude_from_backups': True,
}, },
'icinga_options': { 'icinga_options': {
'exclude_from_monitoring': True,
'vars.notification.sms': False, 'vars.notification.sms': False,
}, },
'iptables': { 'iptables': {