formatting

This commit is contained in:
Josh Lay 2021-12-18 21:52:33 -06:00
parent 70fd56adcd
commit 3dd6c77eae

View file

@ -6,7 +6,9 @@ Sample Ansible role to create CloudFlare DNS records
1) See `roles/create-records/vars/sample.yml` for sample DNS zone entry definitions -- change these as desired 1) See `roles/create-records/vars/sample.yml` for sample DNS zone entry definitions -- change these as desired
To add a domain, define it in the `domains` list in `play.yml`. This will load the correlating file at `roles/create-records/vars/{{domain}}.yml`. To add a domain, define it in the `domains` list in `play.yml`.
This will load the correlating file at `roles/create-records/vars/{{domain}}.yml`.
The symbolic link `./domains` was provided to make these files more accessible, not used for function -- can be removed. The symbolic link `./domains` was provided to make these files more accessible, not used for function -- can be removed.