feat: Enhance LXC creation playbook with SSH key injection and new parameters, introduce Ansible configuration, and adjust script paths and secret variable names.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
ostemplate: '{{ proxmox_storage }}:vztmpl/ubuntu-24.04-standard_24.04-2_amd64.tar.zst'
|
||||
vmid: "{{ container_id }}"
|
||||
hostname: "{{ container_name }}"
|
||||
password: "{{ ansible_password }}"
|
||||
password: "{{ lxc_root_password }}"
|
||||
pubkey: "{{ my_public_keys | join('\n') }}"
|
||||
netif:
|
||||
net0: "name=eth0,gw=10.0.0.1,ip={{ container_ip_cidr }},bridge=vmbr0"
|
||||
|
||||
Reference in New Issue
Block a user