Fix syntax error in last commit
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
1081f7243e
commit
9727f27efd
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
||||||
# else alone. We use a variable definition here so the firewall config
|
# else alone. We use a variable definition here so the firewall config
|
||||||
# (in the openqa_tap_workers group_vars) can reuse it.
|
# (in the openqa_tap_workers group_vars) can reuse it.
|
||||||
openqa_tap_iface: eth1
|
openqa_tap_iface: eth1
|
||||||
ansible_ifcfg_whitelist: [''eth0', {{ openqa_tap_iface }}', 'eth2']
|
ansible_ifcfg_whitelist: [''eth0', '{{ openqa_tap_iface }}', 'eth2']
|
||||||
ansible_ifcfg_disabled: ['eth0', 'eth2']
|
ansible_ifcfg_disabled: ['eth0', 'eth2']
|
||||||
|
|
||||||
# this is a powerful machine, can handle more openQA workers
|
# this is a powerful machine, can handle more openQA workers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue