summaryrefslogtreecommitdiffstats
path: root/host_vars/pve.local.yml.example
diff options
context:
space:
mode:
Diffstat (limited to 'host_vars/pve.local.yml.example')
-rw-r--r--host_vars/pve.local.yml.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/host_vars/pve.local.yml.example b/host_vars/pve.local.yml.example
index 0a4a5ceb..88a60b5a 100644
--- a/host_vars/pve.local.yml.example
+++ b/host_vars/pve.local.yml.example
@@ -1,8 +1,13 @@
---
+# Disable wifi connection on PVE, it's connected with LAN
+network_wifi_ssid: ""
+network_wifi_pass: ""
network_ipv4_address: "10.0.0.253"
network_ipv4_gateway: "10.0.0.254"
network_ipv4_dns: "10.0.0.254"
network_bridge_interface: "eth0"
+# Discover network_ipv6_gateway with: ip -6 route show default | grep ra (run on any device before disabling router RA)
+# network_ipv6_gateway: "fe80::0000:1111:2222:3333"
pve_admin_user: "admin"
pve_admin_password: "changeme"