Fixed things
This commit is contained in:
@ -7,7 +7,7 @@ network:
|
||||
dhcp6: false
|
||||
gateway4: {{ ansible_default_ipv4.gateway }}
|
||||
addresses:
|
||||
- "{{ ansible_host }}/24"
|
||||
- "{{ ansible_default_ipv4.address }}/24"
|
||||
routes:
|
||||
{% for item in magic_routes %}
|
||||
- to: {{ item }}
|
||||
|
Reference in New Issue
Block a user