summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-cluster/enable_dnsmasq.yml
Commit message (Collapse)AuthorAgeFilesLines
* Refactor initialize groups tasksRussell Teague2017-04-121-23/+1
| | | | | | | | | | | | Two tasks for initializing group names for the byo playbooks was located in the common folder in the std_include.yml file. Byo dependencies should not be in the common folder. The two tasks have been removed from common/openshift-cluster/std_include.yml to a new file byo/openshift-cluster/initialize_groups.yml. All references where these tasks were included from either std_include.yml or other various files have been updated to use the byo initialize_groups.yml. The methodology implemented follows the pattern of having groups set up in byo then calling out to playbooks in common, which are common to all deployments.
* Adding names to plays and standardizingRussell Teague2017-01-271-2/+8
|
* Standardize add_host: with name and changed_whenRussell Teague2017-01-251-1/+3
| | | | | | | The add_host: task does not change any data on the host and as practice has been configured to changed_when: False. This commit standardizes that usage in the byo and common playbooks. Additionally, taks names are added to each task to improve troubleshooting.
* Removed verify_ansible_version playbook refsRussell Teague2016-12-081-3/+1
|
* Support for redeploying certificates.Andrew Butcher2016-08-111-1/+3
|
* Enable dnsmasq on all hostsScott Dodson2016-05-061-0/+18
- Reconfigures masters to use port 8053 for SkyDNS - Runs openshift_node_dnsmasq role on all nodes - Reconfigures node to use dnsmasq