summaryrefslogtreecommitdiffstats
path: root/host_vars
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2026-06-30 01:22:24 +0200
committerAhmed AbdelHalim <[email protected]>2026-06-30 01:22:24 +0200
commitb7cd6def36a14ac7db659510aac4e02ac5b76ce8 (patch)
tree399e24a87aec67fc34a71583c4c1ecbde8f47b22 /host_vars
parent389a58ae8c3253f15ebaf12ae960ff59a255cd7d (diff)
Update pve admin password in example and real configurations
Diffstat (limited to 'host_vars')
-rw-r--r--host_vars/pve.local.ymlbin754 -> 817 bytes
-rw-r--r--host_vars/pve.local.yml.example3
2 files changed, 3 insertions, 0 deletions
diff --git a/host_vars/pve.local.yml b/host_vars/pve.local.yml
index d21e9240..f907eca8 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 0e70d476..fa59020a 100644
--- a/host_vars/pve.local.yml.example
+++ b/host_vars/pve.local.yml.example
@@ -13,3 +13,6 @@ 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"