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',
|
||||
},
|
||||
'groups': {
|
||||
'debian-buster',
|
||||
'debian-bullseye',
|
||||
'dns',
|
||||
'webserver',
|
||||
},
|
||||
|
@ -44,7 +44,7 @@ nodes['gce.bind01'] = {
|
|||
},
|
||||
},
|
||||
'postgresql': {
|
||||
'version': '11',
|
||||
'version': '15',
|
||||
},
|
||||
'powerdns': {
|
||||
'is_secondary': False,
|
||||
|
|
|
@ -5,7 +5,7 @@ nodes['gce.dns02'] = {
|
|||
'hostname': '35.187.109.249',
|
||||
'bundles': set(),
|
||||
'groups': {
|
||||
'debian-buster',
|
||||
'debian-bullseye',
|
||||
'dns',
|
||||
},
|
||||
'metadata': {
|
||||
|
@ -25,7 +25,7 @@ nodes['gce.dns02'] = {
|
|||
'exclude_from_backups': True,
|
||||
},
|
||||
'postgresql': {
|
||||
'version': '11',
|
||||
'version': '15',
|
||||
},
|
||||
'powerdns': {
|
||||
'my_hostname': 'ns-2.kunbox.net',
|
||||
|
|
|
@ -5,7 +5,7 @@ nodes['gce.dns03'] = {
|
|||
'hostname': '35.228.143.71',
|
||||
'bundles': set(),
|
||||
'groups': {
|
||||
'debian-buster',
|
||||
'debian-bullseye',
|
||||
'dns',
|
||||
},
|
||||
'metadata': {
|
||||
|
@ -25,7 +25,7 @@ nodes['gce.dns03'] = {
|
|||
'exclude_from_backups': True,
|
||||
},
|
||||
'postgresql': {
|
||||
'version': '11',
|
||||
'version': '15',
|
||||
},
|
||||
'powerdns': {
|
||||
'my_hostname': 'ns-3.kunbox.net',
|
||||
|
|
Loading…
Reference in a new issue