--- # 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" pve_admin_user: "admin" pve_admin_password: "changeme" pve_network_interface: "enp0s25" pve_storage_device: "/dev/sda4" pve_storage_name: "pve" restic_version: "0.19.0" ethtool_wol_interface: "enp0s25" ethtool_lid_ac_action: "ignore"