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:
@@ -19,8 +19,8 @@
|
||||
lxc_swap: 0
|
||||
lxc_net: "name=eth0,bridge=vmbr0,ip=dhcp"
|
||||
lxc_rootfs_size: "8G"
|
||||
lxc_password: "password"
|
||||
lxc_id: "{{ lxc_id }}"
|
||||
lxc_password: "password"
|
||||
container_id: "{{ lxc_id }}"
|
||||
|
||||
tasks:
|
||||
- block:
|
||||
|
||||
Reference in New Issue
Block a user