Skip to content

Instantly share code, notes, and snippets.

@AlMaVizca
Last active August 10, 2019 20:12
Show Gist options
  • Save AlMaVizca/56144c20cfc4f80b5d7d35e8686ef635 to your computer and use it in GitHub Desktop.
Save AlMaVizca/56144c20cfc4f80b5d7d35e8686ef635 to your computer and use it in GitHub Desktop.
- hosts: localhost
tasks:
- name: Add cloudflare
cloudflare_dns:
zone: "{{ zone }}"
record: "{{ record }}"
type: "{{ type }}"
value: "{{ destination }}"
solo: true
proxied: yes
account_email: "{{ user }}"
account_api_token: "{{ token }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment