reflect changes to domain management
This commit is contained in:
parent
56ae984a94
commit
2def875433
1 changed files with 5 additions and 1 deletions
|
@ -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:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue