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
|
||||
|
||||
# Networking and initial config
|
||||
- name: Add LAN NIC
|
||||
- name: Add PUB NIC
|
||||
community.general.proxmox_nic:
|
||||
interface: net0
|
||||
firewall: false
|
||||
bridge: vmbr101
|
||||
bridge: PUB
|
||||
- name: Add SRV NIC
|
||||
community.general.proxmox_nic:
|
||||
interface: net1
|
||||
firewall: false
|
||||
bridge: SRV
|
||||
- name: Add LAN NIC
|
||||
community.general.proxmox_nic:
|
||||
interface: net2
|
||||
firewall: false
|
||||
bridge: vmbr101
|
||||
- name: Configure cloud-init
|
||||
community.general.proxmox_kvm:
|
||||
update: true
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
- name: Wait for connection
|
||||
ansible.builtin.wait_for_connection:
|
||||
timeout: 300
|
||||
|
||||
- name: Install system packages
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
|
|
Loading…
Reference in New Issue