summaryrefslogtreecommitdiffstats
path: root/host_vars/pve.local.yml.example
blob: 182eb39efb1a6ef903e0324f5707e98d021d3046 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
# 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_ipv6_address: "fd5c:fd8b:2b8c::253/64"
network_ipv6_gateway: "fd5c:fd8b:2b8c::254"
network_ipv6_dns: "fd5c:fd8b:2b8c::254"

restic_version: "0.19.0"

pve_admin_user: "admin"
pve_admin_password: "changeme"

ethtool_wol_interface: "eth0"
ethtool_lid_ac_action: "ignore"