summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node_dnsmasq/tasks/main.yml
Commit message (Collapse)AuthorAgeFilesLines
* Combine openshift_node and openshift_node_dnsmasqMichael Gugino2017-11-271-67/+0
| | | | | This commit combines these two roles. This will prevent openshift_node_facts from running twice.
* Include Deprecation - openshift-nodeRussell Teague2017-11-221-2/+2
|
* Merging openshift_node with openshift bootstrap.Kenny Woodson2017-08-291-0/+11
|
* Run dns on the node and use that for dnsmasqScott Dodson2017-06-301-0/+11
|
* 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
* Add openshift_node_dnsmasqScott Dodson2016-04-191-0/+27