summaryrefslogtreecommitdiffstats
path: root/roles/dns
Commit message (Collapse)AuthorAgeFilesLines
* Refactored to use Ansible systemd moduleRussell Teague2016-11-284-9/+6
| | | | | | * Ansible systemd module used in place of service module * Refactored command tasks which are no longer necessary * Applying rules from openshift-ansible Best Practices Guide
* Refactor to use Ansible package moduleRussell Teague2016-11-171-1/+2
| | | | | The Ansible package module will call the correct package manager for the underlying OS.
* Allow containerized deployment of dns roleJan Provaznik2016-04-266-4/+63
| | | | | | | | If containerized, docker image for bind service is built during ansible run. The default named systemd unit file triggers named-checkconf on named service start so it's not neccessary to include this validation when copying file templates (equivalent named-checkconf is included in the containerized named unit file too).
* Add a DNS server on OpenStack clustersLénaïc Huard2016-02-046-0/+113