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
|
# 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': {
|
||||||
|
|
Loading…
Reference in a new issue