PowerDNS instead of bind9 #2

Merged
kunsi merged 23 commits from kunsi-feature-powerdns-instead-of-bind into main 2020-10-17 11:12:35 +00:00
Showing only changes of commit c5fc67660a - Show all commits

View file

@ -8,6 +8,7 @@ nodes['gce.bind01'] = {
}, },
'groups': { 'groups': {
'dns', 'dns',
'webserver',
}, },
'metadata': { 'metadata': {
'interfaces': { 'interfaces': {
@ -19,6 +20,17 @@ nodes['gce.bind01'] = {
}, },
}, },
'external_ipv4': '34.89.208.78', 'external_ipv4': '34.89.208.78',
'nginx': {
'vhosts': {
'ns-1.kunbox.net': {
'proxy': {
'/': {
'target': 'http://127.0.0.1:8000/',
},
},
},
},
},
'vm': { 'vm': {
'cpu': 1, 'cpu': 1,
'ram': 1, 'ram': 1,