all {{}} need to be in quotes or ansible dies horibly
Signed-off-by: Stephen Smoogen <smooge@smoogespace.com>
This commit is contained in:
parent
dc201cf3d6
commit
54a9a15508
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue