Unifi still not working
Infrastructure / Check and run Ansbile playbooks (push) Failing after 7m32s
Details
Infrastructure / Check and run Ansbile playbooks (push) Failing after 7m32s
Details
This commit is contained in:
parent
5163f3906f
commit
a8a1b0dac3
|
@ -48,16 +48,21 @@
|
||||||
until: vm.status is defined
|
until: vm.status is defined
|
||||||
|
|
||||||
# Networking and initial config
|
# Networking and initial config
|
||||||
- name: Add LAN NIC
|
- name: Add PUB NIC
|
||||||
community.general.proxmox_nic:
|
community.general.proxmox_nic:
|
||||||
interface: net0
|
interface: net0
|
||||||
firewall: false
|
firewall: false
|
||||||
bridge: vmbr101
|
bridge: PUB
|
||||||
- name: Add SRV NIC
|
- name: Add SRV NIC
|
||||||
community.general.proxmox_nic:
|
community.general.proxmox_nic:
|
||||||
interface: net1
|
interface: net1
|
||||||
firewall: false
|
firewall: false
|
||||||
bridge: SRV
|
bridge: SRV
|
||||||
|
- name: Add LAN NIC
|
||||||
|
community.general.proxmox_nic:
|
||||||
|
interface: net2
|
||||||
|
firewall: false
|
||||||
|
bridge: vmbr101
|
||||||
- name: Configure cloud-init
|
- name: Configure cloud-init
|
||||||
community.general.proxmox_kvm:
|
community.general.proxmox_kvm:
|
||||||
update: true
|
update: true
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
- name: Wait for connection
|
- name: Wait for connection
|
||||||
ansible.builtin.wait_for_connection:
|
ansible.builtin.wait_for_connection:
|
||||||
timeout: 300
|
timeout: 300
|
||||||
|
|
||||||
- name: Install system packages
|
- name: Install system packages
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
update_cache: true
|
update_cache: true
|
||||||
|
|
Loading…
Reference in New Issue