summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node_dnsmasq/handlers
Commit message (Collapse)AuthorAgeFilesLines
* Support installation of NetworkManager for provisioned nodesMichael Gugino2017-09-261-0/+1
| | | | | | | | | Currently, automated AWS provisionging fails when provisioning with images that don't already have NetworkManager installed and activated. This commit adds NetworkManager to the build_ami provisioning process, if not already installed.
* Refactored to use Ansible systemd moduleRussell Teague2016-11-281-2/+2
| | | | | | * 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
* Add support for supplying a dnsmasq.conf fileScott Dodson2016-07-011-1/+6
| | | | | | Useful for POC environments where DNS may not actually be setup yet. Make sure you don't define anything that would conflict with the default configuration. You have been warned.
* Add openshift_node_dnsmasqScott Dodson2016-04-191-0/+5