diff --git a/nodes/gce/bind01.py b/nodes/gce/bind01.py index 7239082..986996d 100644 --- a/nodes/gce/bind01.py +++ b/nodes/gce/bind01.py @@ -3,6 +3,7 @@ nodes['gce.bind01'] = { 'hostname': '34.89.208.78', + 'dummy': True, 'groups': { 'debian-bullseye', 'dns', diff --git a/nodes/gce/dns02.py b/nodes/gce/dns02.py index 7eb1253..f1e8728 100644 --- a/nodes/gce/dns02.py +++ b/nodes/gce/dns02.py @@ -3,6 +3,7 @@ nodes['gce.dns02'] = { 'hostname': '35.187.109.249', + 'dummy': True, 'bundles': set(), 'groups': { 'debian-bullseye', diff --git a/nodes/gce/dns03.py b/nodes/gce/dns03.py index 14a87d7..83ae302 100644 --- a/nodes/gce/dns03.py +++ b/nodes/gce/dns03.py @@ -3,6 +3,7 @@ nodes['gce.dns03'] = { 'hostname': '35.228.143.71', + 'dummy': True, 'bundles': set(), 'groups': { 'debian-bullseye',