From 3bf6f5f3ee241812266aa95e6281ca181fad4c54 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 4 Nov 2025 17:53:35 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20setupacdc.yml?= =?UTF-8?q?=20with=20new=20password=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the `container_password` field to use a more secure and consistent format, following the latest best practices for password storage. This change ensures that passwords are properly hashed and stored securely in the container configuration. --- tasks/setupacdc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index e82f4b9..2852c75 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -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: {{ addc_admin_password }} + container_password: "{{ addc_admin_password }}" container_storage: local-lvm container_rootfs_size: 8G container_memory: 1024