move groups around

This commit is contained in:
Franzi 2020-11-21 10:55:09 +01:00
parent 5419bf31fb
commit daa90a4668
Signed by: kunsi
GPG key ID: 12E3D2136B818350
16 changed files with 80 additions and 61 deletions

View file

@ -8,6 +8,7 @@ nodes['gce.bind01'] = {
'powerdnsadmin',
},
'groups': {
'debian-buster',
'dns',
'webserver',
},
@ -44,6 +45,4 @@ nodes['gce.bind01'] = {
'ram': 1,
},
},
'os': 'debian',
'os_version': (10,),
}

View file

@ -5,6 +5,7 @@ nodes['gce.dns02'] = {
'hostname': '35.187.109.249',
'bundles': set(),
'groups': {
'debian-buster',
'dns',
},
'metadata': {
@ -28,6 +29,4 @@ nodes['gce.dns02'] = {
'ram': 1,
},
},
'os': 'debian',
'os_version': (10,),
}

View file

@ -5,6 +5,7 @@ nodes['gce.dns03'] = {
'hostname': '35.228.143.71',
'bundles': set(),
'groups': {
'debian-buster',
'dns',
},
'metadata': {
@ -28,6 +29,4 @@ nodes['gce.dns03'] = {
'ram': 1,
},
},
'os': 'debian',
'os_version': (10,),
}