feat : Added container ID to Proxmox Debian template

Updated the create_proxmox_debian_template.yml file to include a new key for storing the container ID, which will be used in conjunction with the lxc_id variable.
This commit is contained in:
2025-11-08 09:18:24 +01:00
parent 1c6e71ccc3
commit 06a73174e0

View File

@@ -18,6 +18,7 @@
lxc_net: "name=eth0,bridge=vmbr0,ip=dhcp"
lxc_rootfs_size: "8G"
lxc_password: "password"
container_id: "{{ lxc_id }}"
tasks:
- block: