Unifi still not working
Infrastructure / Check and run Ansbile playbooks (push) Failing after 7m32s Details

This commit is contained in:
Gleb Koval 2024-07-13 17:21:52 +01:00
parent 5163f3906f
commit a8a1b0dac3
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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