formatting
This commit is contained in:
parent
70fd56adcd
commit
3dd6c77eae
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue