From 163d2fe05aad39a9264e006071d7c346277d74e0 Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Sat, 27 Jan 2024 17:52:16 +0000 Subject: [PATCH] Samba SRV NIC --- infra/samba/0000_proxmox_playbook.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/infra/samba/0000_proxmox_playbook.yaml b/infra/samba/0000_proxmox_playbook.yaml index 634fefd..ea359c9 100644 --- a/infra/samba/0000_proxmox_playbook.yaml +++ b/infra/samba/0000_proxmox_playbook.yaml @@ -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 -- 2.40.1