Fix #36: Samba VM - SRV NIC (#37)
Infrastructure / Check and run Ansbile playbooks (push) Successful in 2m21s
Details
Infrastructure / Check and run Ansbile playbooks (push) Successful in 2m21s
Details
Add SRV NIC back because Ansible uses it :/ Reviewed-on: #37
This commit is contained in:
parent
47556c3a8c
commit
aa78f334bd
|
@ -51,6 +51,11 @@
|
|||
interface: net0
|
||||
firewall: false
|
||||
bridge: PUB
|
||||
- name: Add SRV NIC
|
||||
community.general.proxmox_nic:
|
||||
interface: net1
|
||||
firewall: false
|
||||
bridge: SRV
|
||||
- name: Configure cloud-init
|
||||
community.general.proxmox_kvm:
|
||||
update: true
|
||||
|
@ -58,6 +63,7 @@
|
|||
sshkeys: "{{ ssh_public }}"
|
||||
ipconfig:
|
||||
ipconfig0: ip=dhcp,ip6=auto
|
||||
ipconfig1: ip=dhcp
|
||||
|
||||
# Initial boot
|
||||
# For some reason debian cloud images don't use
|
||||
|
|
Loading…
Reference in New Issue