summaryrefslogtreecommitdiffstats
path: root/host_vars
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-05-06 00:04:09 +0200
committerAhmed Abdelhalim <[email protected]>2026-05-06 00:04:09 +0200
commit397dfa117941731fa43022b299c933e5375f7a60 (patch)
tree70f995fc64cc43ae531304a5f6bc6968e26449d9 /host_vars
parent2eace6a92436078e189d5961d2cdf5fa0522a5b3 (diff)
Add proxmox VE (with kernel helper) on pve.local
Diffstat (limited to 'host_vars')
-rw-r--r--host_vars/pve.local.ymlbin288 -> 559 bytes
-rw-r--r--host_vars/pve.local.yml.example6
2 files changed, 6 insertions, 0 deletions
diff --git a/host_vars/pve.local.yml b/host_vars/pve.local.yml
index d00c2d95..d9a5c586 100644
--- a/host_vars/pve.local.yml
+++ b/host_vars/pve.local.yml
Binary files differ
diff --git a/host_vars/pve.local.yml.example b/host_vars/pve.local.yml.example
index fb84134a..0b211e4c 100644
--- a/host_vars/pve.local.yml.example
+++ b/host_vars/pve.local.yml.example
@@ -1,4 +1,10 @@
---
+# Since pve needs to disable ipv6 to install the proxy for some reason
+# SSH connection over ipv6 drops causing the playbook to fail
+# even though pve.local is still accessible on ipv4
+# This configuration ensures that proxmox ssh uses ipv4
+ansible_ssh_extra_args: "-4"
+
network_ipv4_address: "10.0.0.253"
network_ipv4_gateway: "10.0.0.254"
network_ipv4_dns: "10.0.0.254"