boma/roles/public_dns/molecule/default/converge.yml

15 lines
401 B
YAML
Raw Permalink Normal View History

---
- name: Converge
hosts: all
gather_facts: true
vars:
public_dns__apply: false # never call the Gandi API from a container
public_dns__domain: example.test
public_dns__records:
- {record: "@", type: TXT, values: ['"v=spf1 -all"'], ttl: 3600}
public_dns__absent:
- {record: www, type: CNAME}
- {record: "@", type: MX}
roles:
- role: public_dns