Cloud VM #7

Merged
cyclane merged 35 commits from cloud-vm into main 2023-09-26 19:50:12 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 01ec3c9bce - Show all commits

View File

@ -46,11 +46,11 @@
until: vm.status is defined until: vm.status is defined
# Networking and initial config # Networking and initial config
- name: Add HOME NIC - name: Add PUB NIC
community.general.proxmox_nic: community.general.proxmox_nic:
interface: net0 interface: net0
firewall: false firewall: false
bridge: HOME bridge: PUB
- name: Add SRV NIC - name: Add SRV NIC
community.general.proxmox_nic: community.general.proxmox_nic:
interface: net1 interface: net1