summaryrefslogtreecommitdiff
path: root/roles/dns/tasks
AgeCommit message (Collapse)Author
2017-08-31Removed dns roleMichael Gugino
This commit removes now-unused dns role.
2016-11-28Refactored to use Ansible systemd moduleRussell Teague
* 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
2016-11-17Refactor to use Ansible package moduleRussell Teague
The Ansible package module will call the correct package manager for the underlying OS.
2016-04-26Allow containerized deployment of dns roleJan Provaznik
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).
2016-02-04Add a DNS server on OpenStack clustersLénaïc Huard