gce.bind01: exclude from backups
This commit is contained in:
parent
245b2219ee
commit
460a04278f
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@ nodes['gce.bind01'] = {
|
||||||
'webserver',
|
'webserver',
|
||||||
},
|
},
|
||||||
'metadata': {
|
'metadata': {
|
||||||
|
'backups': {
|
||||||
|
# This is the primary DNS server. However, we only use
|
||||||
|
# replication for DynDNS, currently. No need for backups here.
|
||||||
|
'exclude_from_backups': True,
|
||||||
|
},
|
||||||
'interfaces': {
|
'interfaces': {
|
||||||
'ens4': {
|
'ens4': {
|
||||||
'ips': {
|
'ips': {
|
||||||
|
|
Loading…
Reference in a new issue