style 💎: Update password and SSH keys in setupacdc.yml

Updated the password and SSH public keys configuration in the setupacdc.yml file to improve security and consistency.
This commit is contained in:
2025-11-03 17:36:53 +01:00
parent 0c2a97c5a3
commit 26caf0c9ca

View File

@@ -46,8 +46,8 @@
pct create {{ container_id }} {{ container_template }} \ pct create {{ container_id }} {{ container_template }} \
-ostype {{ container_ostype }} \ -ostype {{ container_ostype }} \
-hostname {{ container_hostname }} \ -hostname {{ container_hostname }} \
-password {{ container_password }} \ -password "{{ container_password }}" \
-ssh-public-keys "{{ ssh_keys_file }}" \ -ssh-public-keys {{ ssh_keys_file }} \
-cores {{ container_cores }} \ -cores {{ container_cores }} \
-memory {{ container_memory }} \ -memory {{ container_memory }} \
-swap {{ container_swap }} \ -swap {{ container_swap }} \