removed cert validation
This commit is contained in:
@@ -49,6 +49,7 @@
|
|||||||
clone_type: "full"
|
clone_type: "full"
|
||||||
storage: "{{ target_storage }}"
|
storage: "{{ target_storage }}"
|
||||||
timeout: 600
|
timeout: 600
|
||||||
|
validate_certs: false
|
||||||
register: cloned_lxc
|
register: cloned_lxc
|
||||||
|
|
||||||
- name: Wait for LXC to unlock
|
- name: Wait for LXC to unlock
|
||||||
@@ -70,6 +71,7 @@
|
|||||||
net0: "name=eth0,bridge=vmbr0,ip=dhcp"
|
net0: "name=eth0,bridge=vmbr0,ip=dhcp"
|
||||||
state: present
|
state: present
|
||||||
update: true
|
update: true
|
||||||
|
validate_certs: false
|
||||||
|
|
||||||
- name: Start the LXC container
|
- name: Start the LXC container
|
||||||
community.proxmox.proxmox:
|
community.proxmox.proxmox:
|
||||||
@@ -80,6 +82,7 @@
|
|||||||
node: "{{ target_node }}"
|
node: "{{ target_node }}"
|
||||||
vmid: "{{ cloned_lxc.vmid }}"
|
vmid: "{{ cloned_lxc.vmid }}"
|
||||||
state: started
|
state: started
|
||||||
|
validate_certs: false
|
||||||
|
|
||||||
- name: Set VMID fact for later use
|
- name: Set VMID fact for later use
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|||||||
Reference in New Issue
Block a user