Remove SRV NIC from samba
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 2m0s
Details
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 2m0s
Details
This commit is contained in:
parent
9f2e112d89
commit
b83de600fd
|
@ -51,11 +51,6 @@
|
|||
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
|
||||
|
@ -63,7 +58,6 @@
|
|||
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