style 💎: Update template variables for Proxmox Debian setup
Updated the `create_proxmox_debian_template.yml` file to remove unnecessary variables and improve code readability. The changes include updating the `lxc_password` and `lxc_id` variables, making it easier to manage container IDs.
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
lxc_net: "name=eth0,bridge=vmbr0,ip=dhcp"
|
lxc_net: "name=eth0,bridge=vmbr0,ip=dhcp"
|
||||||
lxc_rootfs_size: "8G"
|
lxc_rootfs_size: "8G"
|
||||||
lxc_password: "password"
|
lxc_password: "password"
|
||||||
lxc_id: "{{ lxc_id }}"
|
container_id: "{{ lxc_id }}"
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- block:
|
- block:
|
||||||
|
|||||||
Reference in New Issue
Block a user