network
Manage linux network configuration.
network_defaultif: eth0
network_disable_ipv6: false
network_dns_server: 8.8.8.8
network_fqdn: localdomain
network_hostname: localhost
network_hosts_entries: []
network_hosts_entries:
- hostname: myhost
fqdn: myhost.rknet.org
address: 1.2.3.4
network_interfaces: {}
network_interfaces:
eth0:
bootproto: none
onboot: yes
hwaddr: "aa:bb:cc:dd:ee"
ipaddr: 192.168.0.5
prefix: 26
gateway: "192.168.0.1"
userctl: no
network_routes: {}
network_routes:
eth0: |
10.168.0.1/32 via 0.0.0.0 dev eth0 scope link
10.168.0.0/27 via 10.168.0.1 dev eth0
None.