network_interfaces:
- device: enp3s0f0
auto: true
family: inet
method: static
address: "{{ ansible_host }}"
netmask: 23
gateway: 10.10.0.1
nameservers:
- 1.1.1.1
- 1.0.0.1