cloudalchemy / ansible-coredns

Ansible provisioning of CoreDNS
MIT License
29 stars 19 forks source link

Added variable to make the path of zone files configureable #40

Closed leona-ya closed 4 years ago

leona-ya commented 4 years ago

I created a new variable coredns_zone_files_path which default is coredns/zones and is therefore compatible to previous versions of this role. It would be good to make this configureable because in my case i have an directory in which the playbooks are. Per default ansible will search for the zone files in this playbook directory but I would like to have them in the root directory.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

leona-ya commented 4 years ago

Is there noone who could review it? (@paulfantom ?)

SuperQ commented 4 years ago

One minor typo, otherwise LGTM.