summaryrefslogtreecommitdiffstats
path: root/roles/network/meta
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-06 01:49:45 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-06 01:49:45 +0200
commit09fbb2b1d86b8ad6671c746f3df997390f7a6293 (patch)
tree24cddc6e7b0ad6c18a320d215e67b9c6970ef246 /roles/network/meta
parent0e7e66f00da0b37ef68cca0d13a1588a30cb9235 (diff)
Fix pve network setup
Diffstat (limited to 'roles/network/meta')
-rw-r--r--roles/network/meta/argument_specs.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/network/meta/argument_specs.yml b/roles/network/meta/argument_specs.yml
index 86df33c6..f85318a8 100644
--- a/roles/network/meta/argument_specs.yml
+++ b/roles/network/meta/argument_specs.yml
@@ -30,3 +30,7 @@ argument_specs:
network_ipv6_dns:
type: "str"
description: "The network IP(4) gateway to configure when provided"
+ network_bridge:
+ type: "str"
+ description: "Bridge interface name — when set, ethernet becomes bridge port and bridge connection is created"
+ required: false