]> git.openstreetmap.org Git - chef.git/blob - cookbooks/dns/templates/default/creds.json.erb
Update dnscontrol auth to v3.16+ syntax
[chef.git] / cookbooks / dns / templates / default / creds.json.erb
1 {
2   "gandi_v5": {
3     "TYPE": "GANDI_V5",
4     "apikey": "<%= @passwords["gandi"] %>",
5     "sharing_id": "7028b616-ba65-11e7-8343-00163ec31f40"
6   },
7   "cloudflare": {
8     "TYPE": "CLOUDFLAREAPI",
9     "accountid": "049c95aba02c95fc1e78a9d255282e0f",
10     "accountname": "OpenStreetMap",
11     "apitoken": "<%= @passwords["cloudflare"] %>"
12   }
13 }