style 💎: Update template for creating Proxmox Debian LXC instance
Updated the create_proxmox_debian_template.yml to reflect changes in the lxc_create condition and added a new task to customize the Debian cloud image inside LXC. This change ensures consistency with the latest best practices for LXC configuration.
This commit is contained in:
@@ -57,7 +57,6 @@
|
|||||||
ansible_host: "{{ lxc_ip.stdout }}"
|
ansible_host: "{{ lxc_ip.stdout }}"
|
||||||
ansible_user: root
|
ansible_user: root
|
||||||
ansible_ssh_common_args: '-o StrictHostKeyChecking=no'
|
ansible_ssh_common_args: '-o StrictHostKeyChecking=no'
|
||||||
when: lxc_create is changed or lxc_create is succeeded
|
|
||||||
|
|
||||||
- name: Customize Debian cloud image inside LXC
|
- name: Customize Debian cloud image inside LXC
|
||||||
hosts: lxc_builder
|
hosts: lxc_builder
|
||||||
|
|||||||
Reference in New Issue
Block a user