diff --git a/README.md b/README.md index 1741af9..b1302f4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,11 @@ Sample Ansible role to create CloudFlare DNS records ## 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: ```