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