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: network_connections:
- name: eth0 - name: eth0
state: up mac: "{{ mac0 }}"
type: bridge type: ethernet
autoconnect: yes autoconnect: yes
ip: ip:
address: address:
@ -35,8 +35,8 @@ network_connections:
gateway4: "{{ eth0_ipv4_gw }}" gateway4: "{{ eth0_ipv4_gw }}"
gateway6: "{{ eth0_ipv6_gw }}" gateway6: "{{ eth0_ipv6_gw }}"
dns: dns:
- {{ dns1 }} - "{{ dns1 }}"
- {{ dns2 }} - "{{ dns2 }}"
- 2001:4860:4860::8888 - 2001:4860:4860::8888
dns_search: dns_search:
- fedoraproject.org - fedoraproject.org