reflect changes to domain management

This commit is contained in:
Josh Lay 2021-12-18 21:39:48 -06:00
parent 56ae984a94
commit 2def875433

View file

@ -4,7 +4,11 @@ Sample Ansible role to create CloudFlare DNS records
## Requirements ## Requirements
1) See `roles/defaults/vars.yml` for sample DNS zone entry definitions -- change/remove these as desired 1) See `domains/sample.yml` for sample DNS zone entry definitions -- change these as desired
`domains` is a symbolic link to `roles/create-records/vars/`, these are loaded based on the `domains` list in `play.yml`
_TODO_: Load files created here dynamically
2) Your CloudFlare email address and API key must be stored in `~/.cloudflare.yml` like so for authentication: 2) Your CloudFlare email address and API key must be stored in `~/.cloudflare.yml` like so for authentication:
``` ```