feat: Use ansible_password variable for LXC password and SSH pass, include vars.yml, and enable Proxmox LXC updates.

This commit is contained in:
2026-01-04 11:23:19 +01:00
parent 2ff405c96e
commit 03dedfda68
2 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
# Copy this into secrets.yml and replate with a real values
### Copy this into secrets.yml and replate with a real values ###
# Password used for Ansible to connect to LXC as root (if not using SSH keys)
ansible_password: 'REPLACE_WITH_ROOT_PASSWORD'
# Zabbix proxy parameters for connecting to Zabbix server
zabbix_server_address: 'x.x.x.x'