Files
2024-10-30 01:50:38 +01:00

75 lines
1.0 KiB
YAML

---
# globals section
# network_globals:
# network_ula_prefix: ""
# network_packet_steering: ""
# #switch section
# network_switch_vlans:
# - id: ""
# vlan: ""
# vid: ""
# ports: ""
# description: ""
# device section
network_devices:
- id: ""
name: ""
state: ""
type: ""
ports: []
stp: ""
igmp_snooping: ""
ipv6: ""
# interface section
network_interfaces:
- id: ""
state: ""
device: ""
proto: ""
auto: ""
force_link: ""
ipaddr: ""
netmask: ""
gateway: ""
peerdns: ""
dns: []
username: ""
password: ""
mtu: ""
ipv6: ""
delegate: ""
ip6assign: ""
# rule section
network_rules:
- id: ""
state: ""
mark: ""
in: ""
out: ""
src: ""
dest: ""
invert: ""
priority: ""
lookup: ""
goto: ""
action: ""
disabled: ""
# route section
network_routes:
- id: ""
state: ""
interface: ""
target: ""
netmask: ""
gateway: ""
table: ""
source: ""
type: ""
proto: ""
disabled: ""