From 7c16e2c36aebc3d4a49f830f4e2263276b04f290 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 12 Dec 2018 21:34:52 +0000 Subject: [PATCH] do not mess with interfaces on undercloud01 --- inventory/host_vars/undercloud01.cloud.fedoraproject.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inventory/host_vars/undercloud01.cloud.fedoraproject.org b/inventory/host_vars/undercloud01.cloud.fedoraproject.org index 28a2533a77..560fa683c1 100644 --- a/inventory/host_vars/undercloud01.cloud.fedoraproject.org +++ b/inventory/host_vars/undercloud01.cloud.fedoraproject.org @@ -3,6 +3,8 @@ nm: 255.255.255.0 gw: 209.132.184.254 dns: 8.8.8.8 +ansible_ifcfg_blacklist: true + volgroup: /dev/vg_guests virt_install_command: "{{ virt_install_command_two_nic }}"