dns: update to debian bullseye and postgresql 15
This commit is contained in:
parent
d8aa1e80d0
commit
1899dfc278
3 changed files with 6 additions and 6 deletions
|
@ -8,7 +8,7 @@ nodes['gce.bind01'] = {
|
||||||
'powerdnsadmin',
|
'powerdnsadmin',
|
||||||
},
|
},
|
||||||
'groups': {
|
'groups': {
|
||||||
'debian-buster',
|
'debian-bullseye',
|
||||||
'dns',
|
'dns',
|
||||||
'webserver',
|
'webserver',
|
||||||
},
|
},
|
||||||
|
@ -44,7 +44,7 @@ nodes['gce.bind01'] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'postgresql': {
|
'postgresql': {
|
||||||
'version': '11',
|
'version': '15',
|
||||||
},
|
},
|
||||||
'powerdns': {
|
'powerdns': {
|
||||||
'is_secondary': False,
|
'is_secondary': False,
|
||||||
|
|
|
@ -5,7 +5,7 @@ nodes['gce.dns02'] = {
|
||||||
'hostname': '35.187.109.249',
|
'hostname': '35.187.109.249',
|
||||||
'bundles': set(),
|
'bundles': set(),
|
||||||
'groups': {
|
'groups': {
|
||||||
'debian-buster',
|
'debian-bullseye',
|
||||||
'dns',
|
'dns',
|
||||||
},
|
},
|
||||||
'metadata': {
|
'metadata': {
|
||||||
|
@ -25,7 +25,7 @@ nodes['gce.dns02'] = {
|
||||||
'exclude_from_backups': True,
|
'exclude_from_backups': True,
|
||||||
},
|
},
|
||||||
'postgresql': {
|
'postgresql': {
|
||||||
'version': '11',
|
'version': '15',
|
||||||
},
|
},
|
||||||
'powerdns': {
|
'powerdns': {
|
||||||
'my_hostname': 'ns-2.kunbox.net',
|
'my_hostname': 'ns-2.kunbox.net',
|
||||||
|
|
|
@ -5,7 +5,7 @@ nodes['gce.dns03'] = {
|
||||||
'hostname': '35.228.143.71',
|
'hostname': '35.228.143.71',
|
||||||
'bundles': set(),
|
'bundles': set(),
|
||||||
'groups': {
|
'groups': {
|
||||||
'debian-buster',
|
'debian-bullseye',
|
||||||
'dns',
|
'dns',
|
||||||
},
|
},
|
||||||
'metadata': {
|
'metadata': {
|
||||||
|
@ -25,7 +25,7 @@ nodes['gce.dns03'] = {
|
||||||
'exclude_from_backups': True,
|
'exclude_from_backups': True,
|
||||||
},
|
},
|
||||||
'postgresql': {
|
'postgresql': {
|
||||||
'version': '11',
|
'version': '15',
|
||||||
},
|
},
|
||||||
'powerdns': {
|
'powerdns': {
|
||||||
'my_hostname': 'ns-3.kunbox.net',
|
'my_hostname': 'ns-3.kunbox.net',
|
||||||
|
|
Loading…
Reference in a new issue