chore 📦: Update setupacdc.yml with new admin password variable

Updated the `container_password` variable to use a more secure and configurable approach, utilizing the `addc_admin_password` variable. This change allows for easier management of container passwords in the future.
This commit is contained in:
2025-11-02 20:46:22 +01:00
parent 38ad3f2599
commit 5eb6f8b563

View File

@@ -13,7 +13,7 @@
container_template: "/var/lib/vz/template/cache/debian-13-standard_13.1-1_amd64.tar.zst"
container_ostype: debian
container_hostname: "{{ addc_hostname }}"
container_password: 123456
container_password: "{{ addc_admin_password }}"
container_storage: local-lvm
container_rootfs_size: 8G
container_memory: 1024