From d1fcbd7a9a8511b895f9a163f7fa2a7bc0d72f2b Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Wed, 7 Mar 2018 07:00:49 +0100 Subject: Fix NetworkManager hook to support OpenShift running on non-default network interface --- roles/openshift_node/files/bootstrap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/openshift_node/files/bootstrap.yml') diff --git a/roles/openshift_node/files/bootstrap.yml b/roles/openshift_node/files/bootstrap.yml index ea280640f..df95ba360 100644 --- a/roles/openshift_node/files/bootstrap.yml +++ b/roles/openshift_node/files/bootstrap.yml @@ -8,7 +8,7 @@ lines: - regex: ^listen-address state: present - line: "listen-address={{ ansible_default_ipv4.address }}" + line: "listen-address={{ openshift_dns_ip }}" node_dns: file: /etc/dnsmasq.d/node-dnsmasq.conf lines: -- cgit v1.2.1