diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-06 01:49:45 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-06 01:49:45 +0200 |
| commit | 09fbb2b1d86b8ad6671c746f3df997390f7a6293 (patch) | |
| tree | 24cddc6e7b0ad6c18a320d215e67b9c6970ef246 /host_vars | |
| parent | 0e7e66f00da0b37ef68cca0d13a1588a30cb9235 (diff) | |
Fix pve network setup
Diffstat (limited to 'host_vars')
| -rw-r--r-- | host_vars/pve.local.yml | bin | 803 -> 353 bytes | |||
| -rw-r--r-- | host_vars/pve.local.yml.example | 8 |
2 files changed, 1 insertions, 7 deletions
diff --git a/host_vars/pve.local.yml b/host_vars/pve.local.yml Binary files differindex de4befa8..02bacbe3 100644 --- a/host_vars/pve.local.yml +++ b/host_vars/pve.local.yml diff --git a/host_vars/pve.local.yml.example b/host_vars/pve.local.yml.example index 0c9bcbcb..7cda3a76 100644 --- a/host_vars/pve.local.yml.example +++ b/host_vars/pve.local.yml.example @@ -1,17 +1,11 @@ --- -# 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" +network_bridge: "vmbr0" pve_admin_user: "admin" pve_admin_password: "changeme" -pve_network_interface: "enp0s25" pve_storage_device: "/dev/sda4" pve_storage_name: "pve" |
