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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user