X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/eaeddb800a7ddb261938f05ce44e208a9ffa0916..b53cbecada759e3169a483989fc50d9e2a5c25c0:/cookbooks/dns/templates/default/creds.json.erb diff --git a/cookbooks/dns/templates/default/creds.json.erb b/cookbooks/dns/templates/default/creds.json.erb new file mode 100644 index 000000000..980c0fb38 --- /dev/null +++ b/cookbooks/dns/templates/default/creds.json.erb @@ -0,0 +1,11 @@ +{ + "gandi_v5": { + "apikey": "<%= @passwords["gandi"] %>", + "sharing_id": "7028b616-ba65-11e7-8343-00163ec31f40" + }, + "cloudflare": { + "accountid": "049c95aba02c95fc1e78a9d255282e0f", + "accountname": "OpenStreetMap", + "apitoken": "<%= @passwords["cloudflare"] %>" + } +}