summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@afrolegs.com>2016-10-24 15:03:03 -0400
committerGitHub <noreply@github.com>2016-10-24 15:03:03 -0400
commit9e8edbc4bdcbc3495f2ea86d5a12b15e13da47ac (patch)
treed03292f4b2e23cf64c8223ecff7aced51a8eb5cf /roles
parent0eaa3699e7754d38b9f2b8b06d746b1cb61bc6ce (diff)
parent82f7b7eab48538381cdc76329905e1bba8cfea77 (diff)
downloadopenshift-9e8edbc4bdcbc3495f2ea86d5a12b15e13da47ac.tar.gz
openshift-9e8edbc4bdcbc3495f2ea86d5a12b15e13da47ac.tar.bz2
openshift-9e8edbc4bdcbc3495f2ea86d5a12b15e13da47ac.tar.xz
openshift-9e8edbc4bdcbc3495f2ea86d5a12b15e13da47ac.zip
Merge pull request #2650 from sdodson/issue2646
Enable dnsmasq service
Diffstat (limited to 'roles')
-rw-r--r--roles/openshift_node_dnsmasq/tasks/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/openshift_node_dnsmasq/tasks/main.yml b/roles/openshift_node_dnsmasq/tasks/main.yml
index bd9a0ffb6..396c27295 100644
--- a/roles/openshift_node_dnsmasq/tasks/main.yml
+++ b/roles/openshift_node_dnsmasq/tasks/main.yml
@@ -29,6 +29,12 @@
when: openshift_node_dnsmasq_additional_config_file is defined
notify: restart dnsmasq
+- name: Enable dnsmasq
+ service:
+ name: dnsmasq
+ enabled: yes
+ state: started
+
# Dynamic NetworkManager based dispatcher
- include: ./network-manager.yml
when: network_manager_active | bool