|
@@ -5,6 +5,12 @@
|
|
|
dest: /etc/dnsmasq.d/origin-dns.conf
|
|
|
notify: restart dnsmasq
|
|
|
|
|
|
+- name: Install node-dnsmasq configuration
|
|
|
+ template:
|
|
|
+ src: node-dnsmasq.conf.j2
|
|
|
+ dest: /etc/dnsmasq.d/node-dnsmasq.conf
|
|
|
+ notify: restart dnsmasq
|
|
|
+
|
|
|
- name: Deploy additional dnsmasq.conf
|
|
|
template:
|
|
|
src: "{{ openshift_node_dnsmasq_additional_config_file }}"
|