41 lines
823 B
YAML
41 lines
823 B
YAML
---
|
|
network_hostname: localhost
|
|
network_fqdn: localdomain
|
|
|
|
network_reboot_enabled: True
|
|
network_ipv6_enabled: True
|
|
|
|
network_defaultif: eth0
|
|
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: example: >
|
|
# 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_resolve_enabled: False
|
|
network_resolve_server:
|
|
- 8.8.8.8
|
|
|
|
network_hosts_extra: []
|
|
# @var network_hosts_extra:example: >
|
|
# network_hosts_extra:
|
|
# - hostname: myhost
|
|
# fqdn: myhost.rknet.org
|
|
# address: 1.2.3.4
|
|
# @end
|