Remove default network configuration YAML
This commit is contained in:
parent
6622e3299d
commit
c5d36282db
@ -1,14 +1,4 @@
|
|||||||
---
|
---
|
||||||
network_interfaces:
|
|
||||||
- name: "{{ ansible_default_ipv4.interface }}"
|
|
||||||
address:
|
|
||||||
- "{{ ansible_default_ipv4.address }}/{{ (ansible_default_ipv4.address + '/' + ansible_default_ipv4.netmask) | ipaddr('prefix') }}"
|
|
||||||
- "{{ ansible_default_ipv6.address + '/' + ansible_default_ipv6.prefix }}"
|
|
||||||
gateway:
|
|
||||||
- "{{ ansible_default_ipv4.gateway }}"
|
|
||||||
- "{{ ansible_default_ipv6.gateway }}"
|
|
||||||
|
|
||||||
|
|
||||||
network_nameservers: []
|
network_nameservers: []
|
||||||
network_resolv_conf_options:
|
network_resolv_conf_options:
|
||||||
- edns0
|
- edns0
|
||||||
|
Loading…
Reference in New Issue
Block a user