Initial commit

This commit is contained in:
2024-10-30 01:50:38 +01:00
commit 587ca23374
147 changed files with 7521 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
---
# Configure globals settings
- name: Configure globals settings
uci:
command: "set"
config: "network"
section: "globals"
type: "globals"
value:
ula_prefix: "{{ network_globals.network_ula_prefix | default(omit) }}"
packet_steering: "{{ network_globals.network_packet_steering | default(omit) }}"