Samba VM #36
|
@ -51,11 +51,6 @@
|
||||||
interface: net0
|
interface: net0
|
||||||
firewall: false
|
firewall: false
|
||||||
bridge: PUB
|
bridge: PUB
|
||||||
- name: Add SRV NIC
|
|
||||||
community.general.proxmox_nic:
|
|
||||||
interface: net1
|
|
||||||
firewall: false
|
|
||||||
bridge: SRV
|
|
||||||
- name: Configure cloud-init
|
- name: Configure cloud-init
|
||||||
community.general.proxmox_kvm:
|
community.general.proxmox_kvm:
|
||||||
update: true
|
update: true
|
||||||
|
@ -63,7 +58,6 @@
|
||||||
sshkeys: "{{ ssh_public }}"
|
sshkeys: "{{ ssh_public }}"
|
||||||
ipconfig:
|
ipconfig:
|
||||||
ipconfig0: ip=dhcp,ip6=auto
|
ipconfig0: ip=dhcp,ip6=auto
|
||||||
ipconfig1: ip=dhcp
|
|
||||||
|
|
||||||
# Initial boot
|
# Initial boot
|
||||||
# For some reason debian cloud images don't use
|
# For some reason debian cloud images don't use
|
||||||
|
|
Loading…
Reference in New Issue