chore 📦: Update LXC container setup command

Updated the pct create command to use a cached template for improved performance. This change ensures that the container creation process is faster and more efficient.
This commit is contained in:
2025-11-01 22:37:25 +01:00
parent ef00e827ea
commit 2bf9f1c8e0

View File

@@ -10,7 +10,7 @@
- name: Create LXC container using pct command
shell: |
pct create 200 'local:vztmpl/debian-13-standard_13.1-1_amd64.tar.zst'
pct create 200 '/var/lib/vz/template/cache/debian-13-standard_13.1-1_amd64.tar.zst' \
--hostname {{ addc_hostname }} \
--password 123456 \
--cores 2 \