Robert Kaussow
22db4f75a5
All checks were successful
continuous-integration/drone/push Build is passing
26 lines
559 B
YAML
26 lines
559 B
YAML
---
|
|
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
|
|
|
|
network_hosts_entries: []
|
|
# @var network_hosts_entries:example: >
|
|
# network_hosts_entries:
|
|
# - hostname: myhost
|
|
# fqdn: myhost.rknet.org
|
|
# address: 1.2.3.4
|