summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node_dnsmasq/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Run dns on the node and use that for dnsmasqScott Dodson2017-06-301-0/+11
|
* YAML LintingRussell Teague2016-12-121-1/+1
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* Refactored to use Ansible systemd moduleRussell Teague2016-11-281-6/+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
* Make the role work on F25 CloudMichael Scherer2016-11-221-0/+1
| | | | | | On F24 and earlier, systemctl show always returned 0. On F25, it return 1 when a service do not exist, and thus the role fail on Fedora 25 cloud edition.
* Refactor to use Ansible package moduleRussell Teague2016-11-171-1/+1
| | | | | The Ansible package module will call the correct package manager for the underlying OS.
* Enable dnsmasq serviceScott Dodson2016-10-241-0/+6
|
* Restart dnsmasq encase it was already runningScott Dodson2016-07-011-0/+1
|
* Add support for supplying a dnsmasq.conf fileScott Dodson2016-07-011-0/+10
| | | | | | 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.
* NetworkManager service never changesTim Bielawa2016-06-221-5/+5
| | | | | * Don't ever report the NetworkManager service as changed when preparing to set the 'network_manager_active' fact
* Make NetworkManager failure friendlierScott Dodson2016-04-291-1/+1
|
* Add openshift_node_dnsmasqScott Dodson2016-04-193-0/+38