summaryrefslogtreecommitdiff
path: root/ansible/roles/hetzner-network-bridge/defaults/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/hetzner-network-bridge/defaults/main.yml')
-rw-r--r--ansible/roles/hetzner-network-bridge/defaults/main.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/ansible/roles/hetzner-network-bridge/defaults/main.yml b/ansible/roles/hetzner-network-bridge/defaults/main.yml
new file mode 100644
index 0000000..9d14aed
--- /dev/null
+++ b/ansible/roles/hetzner-network-bridge/defaults/main.yml
@@ -0,0 +1,17 @@
+# The name of the external physical interface. You MUST specify this.
+bridge_nic: FIXME
+
+# The statically assigned IPv4 address for the external interface.
+# You MUST specify this.
+bridge_nic_addr: FIXME
+
+# The gateway via which the physical external interface should send
+# packages. You MUST specify this.
+bridge_gateway: FIXME
+
+# The name of the virtual bridge that will be created.
+bridge_iface: br0
+
+# The additional IPv4 addresses for the physical host, to be used by a
+# VM and thus routed via the virtual bridge.
+bridge_guest_addr: []