fixed indentation according with yaml best practices

This commit is contained in:
Bogdan Benea 2021-03-26 13:04:48 +02:00 committed by smooge
parent 6ec5ec01b9
commit 7e76c7146c
85 changed files with 1585 additions and 1606 deletions

View file

@ -14,19 +14,19 @@ has_ipv6: no
mac0: 52:54:00:e5:6a:68
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no