--- network_hostname: localhost network_fqdn: localdomain network_defaultif: eth0 network_disable_ipv6: False network_dns_server: 8.8.8.8 network_interfaces: {} # @var network_interfaces:example: > # 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 # @end network_routes: {} # @var 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 # @end network_hosts_entries: [] # @var network_hosts_entries:example: > # network_hosts_entries: # - hostname: myhost # fqdn: myhost.rknet.org # address: 1.2.3.4 # @end