Remove default network configuration YAML

This commit is contained in:
Ryan Cavicchioni 2019-10-27 18:39:54 -05:00
parent 6622e3299d
commit c5d36282db
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -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_resolv_conf_options:
- edns0