dnscontrol udpate
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simon Marsh 2022-08-01 14:50:27 +01:00
parent dff15089c3
commit d396526a4a
Signed by: burble
GPG Key ID: 0FCCD13AE1CF7ED8
4 changed files with 9 additions and 6 deletions

View File

@ -1,5 +1,5 @@
[defaults]
inventory=inventory.yml
strategy_plugins = /opt/mitogen-0.2.9/ansible_mitogen/plugins
strategy = mitogen_linear
#strategy_plugins = /opt/mitogen-0.2.9/ansible_mitogen/plugins
#strategy = mitogen_linear

View File

@ -1,10 +1,12 @@
{
"powerdns": {
"TYPE": "POWERDNS",
"apiUrl": "http://dns-burble.tier2.fr-rbx2.burble.dn42:8081",
"apiKey": "$PDNS_API_KEY",
"serverName": "localhost"
},
"cloudflare": {
"TYPE": "CLOUDFLAREAPI",
"apitoken": "$CLOUDFLARE_API_KEY"
}
}

View File

@ -1,15 +1,16 @@
//////////////////////////////////////////////////////////////////////////
// providers section
var REG_NONE = NewRegistrar('none', 'NONE');
var REG_NONE = NewRegistrar('none');
var PDNS = NewDnsProvider(
'powerdns',
'POWERDNS',
{
'dnssec_on_create': true
}
);
var CF = NewDnsProvider('cloudflare', 'CLOUDFLAREAPI');
var CF = NewDnsProvider(
'cloudflare'
);
//////////////////////////////////////////////////////////////////////////
// turn off cloudflare proxying by default

View File

@ -11,8 +11,8 @@ all:
docker:
hosts:
uk-lon1.burble.com:
fr-rbx1.burble.com:
fr-par1.burble.com:
ca-bhs2.burble.com:
de-fra1.burble.com:
ch-zur1.burble.com: