From 93c1493e11c73dfc38cad1947608071504effd4e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mar 03 2020 17:26:29 +0000 Subject: Fix quoting in host_vars from last commit Signed-off-by: Adam Williamson --- diff --git a/inventory/host_vars/openqa-aarch64-01.arm.fedoraproject.org b/inventory/host_vars/openqa-aarch64-01.arm.fedoraproject.org index 5ca295a..f0b940d 100644 --- a/inventory/host_vars/openqa-aarch64-01.arm.fedoraproject.org +++ b/inventory/host_vars/openqa-aarch64-01.arm.fedoraproject.org @@ -22,7 +22,7 @@ sudoers: "{{ private }}/files/sudo/qavirt-sudoers" # else alone. We use a variable definition here so the firewall config # (in the openqa_tap_workers group_vars) can reuse it. openqa_tap_iface: eth0 -ansible_ifcfg_whitelist: [{{ openqa_tap_iface }}, 'eth1', 'eth2'] +ansible_ifcfg_whitelist: ['{{ openqa_tap_iface }}', 'eth1', 'eth2'] ansible_ifcfg_disabled: ['eth1', 'eth2'] # this is a powerful machine, can handle more openQA workers diff --git a/inventory/host_vars/openqa-ppc64le-02.qa.fedoraproject.org b/inventory/host_vars/openqa-ppc64le-02.qa.fedoraproject.org index e82a93a..b24c1ca 100644 --- a/inventory/host_vars/openqa-ppc64le-02.qa.fedoraproject.org +++ b/inventory/host_vars/openqa-ppc64le-02.qa.fedoraproject.org @@ -21,7 +21,7 @@ sudoers: "{{ private }}/files/sudo/qavirt-sudoers" # else alone. We use a variable definition here so the firewall config # (in the openqa_tap_workers group_vars) can reuse it. openqa_tap_iface: eth2 -ansible_ifcfg_whitelist: ['eth0', 'eth1', {{ openqa_tap_iface }}, 'eth3'] +ansible_ifcfg_whitelist: ['eth0', 'eth1', '{{ openqa_tap_iface }}', 'eth3'] ansible_ifcfg_disabled: ['eth0', 'eth1', 'eth3'] # this is a powerful machine, can handle more openQA workers diff --git a/inventory/host_vars/qa01.qa.fedoraproject.org b/inventory/host_vars/qa01.qa.fedoraproject.org index e65678b..001ec0d 100644 --- a/inventory/host_vars/qa01.qa.fedoraproject.org +++ b/inventory/host_vars/qa01.qa.fedoraproject.org @@ -20,7 +20,7 @@ gw: 10.5.124.254 # else alone. We use a variable definition here so the firewall config # (in the openqa_tap_workers group_vars) can reuse it. openqa_tap_iface: em3 -ansible_ifcfg_whitelist: ['em1', 'em2', {{ openqa_tap_iface }}, 'em4'] +ansible_ifcfg_whitelist: ['em1', 'em2', '{{ openqa_tap_iface }}', 'em4'] ansible_ifcfg_disabled: ['em1', 'em2', 'em4'] # Has a hardware RNG diff --git a/inventory/host_vars/qa02.qa.fedoraproject.org b/inventory/host_vars/qa02.qa.fedoraproject.org index c30b4c0..a6dfc81 100644 --- a/inventory/host_vars/qa02.qa.fedoraproject.org +++ b/inventory/host_vars/qa02.qa.fedoraproject.org @@ -20,7 +20,7 @@ gw: 10.5.124.254 # else alone. We use a variable definition here so the firewall config # (in the openqa_tap_workers group_vars) can reuse it. openqa_tap_iface: em3 -ansible_ifcfg_whitelist: ['em1', 'em2', {{ openqa_tap_iface }}, 'em4'] +ansible_ifcfg_whitelist: ['em1', 'em2', '{{ openqa_tap_iface }}', 'em4'] ansible_ifcfg_disabled: ['em1', 'em2', 'em4'] # Has a hardware RNG