Skip to content

Commit

Permalink
Update cloudflare secret variables
Browse files Browse the repository at this point in the history
  • Loading branch information
notthebee committed Jan 8, 2022
1 parent e4bed1b commit 6196170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/network/cloudflare-ddns/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"PUID": "{{ guid }}"
"PGID": "{{ guid }}"
"TZ": "{{ timezone }}"
"API_KEY": "{{ cloudflare_token }}"
"API_KEY": "{{ cloudflare_dns_token }}"
"ZONE": "{{ host }}"
"PROXIED": "true"
"SUBDOMAIN": "ddns"
Expand Down
2 changes: 1 addition & 1 deletion roles/network/swag/templates/dns-conf/cloudflare.ini.j2
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dns_cloudflare_api_token = {{ cloudflare_token }}
dns_cloudflare_api_token = {{ cloudflare_dns_token }}

0 comments on commit 6196170

Please sign in to comment.