dns: add new primary nameserver
This commit is contained in:
parent
7bd8237876
commit
eeceebfd23
4 changed files with 45 additions and 28 deletions
|
@ -3,19 +3,12 @@
|
|||
|
||||
nodes['gce.bind01'] = {
|
||||
'hostname': '34.89.208.78',
|
||||
'bundles': {
|
||||
'nodejs',
|
||||
'powerdnsadmin',
|
||||
},
|
||||
'groups': {
|
||||
'debian-bullseye',
|
||||
'dns',
|
||||
'webserver',
|
||||
},
|
||||
'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': {
|
||||
|
@ -30,33 +23,12 @@ nodes['gce.bind01'] = {
|
|||
'icinga_options': {
|
||||
'pretty_name': 'ns-1.kunbox.net',
|
||||
},
|
||||
'nginx': {
|
||||
'vhosts': {
|
||||
'ns-1.kunbox.net': {
|
||||
'locations': {
|
||||
'/': {
|
||||
'target': 'http://127.0.0.1:8000/',
|
||||
},
|
||||
},
|
||||
'website_check_path': '/login',
|
||||
'website_check_string': 'PowerDNS',
|
||||
},
|
||||
},
|
||||
},
|
||||
'postgresql': {
|
||||
'version': '15',
|
||||
},
|
||||
'powerdns': {
|
||||
'features': {
|
||||
'bind': True,
|
||||
},
|
||||
'is_secondary': False,
|
||||
'secondary_nameservers': 'dns',
|
||||
'my_hostname': 'ns-1.kunbox.net',
|
||||
},
|
||||
'powerdnsadmin': {
|
||||
'version': 'v0.3.0',
|
||||
},
|
||||
'vm': {
|
||||
'cpu': 1,
|
||||
'ram': 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue