all {{}} need to be in quotes or ansible dies horibly

Signed-off-by: Stephen Smoogen <smooge@smoogespace.com>
This commit is contained in:
Stephen Smoogen 2021-03-31 14:42:15 -04:00
parent dc201cf3d6
commit 54a9a15508

View file

@ -25,8 +25,8 @@ public_hostname: proxy02.fedoraproject.org
network_connections:
- name: eth0
state: up
type: bridge
mac: "{{ mac0 }}"
type: ethernet
autoconnect: yes
ip:
address:
@ -35,8 +35,8 @@ network_connections:
gateway4: "{{ eth0_ipv4_gw }}"
gateway6: "{{ eth0_ipv6_gw }}"
dns:
- {{ dns1 }}
- {{ dns2 }}
- "{{ dns1 }}"
- "{{ dns2 }}"
- 2001:4860:4860::8888
dns_search:
- fedoraproject.org