From d567df436543939e680500e8527beac5b1182b3a Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 21 Oct 2025 21:08:07 +0200 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9B:=20Update=20Proxmox=20contai?= =?UTF-8?q?ner=20creation=20task=20to=20include=20DC1=20hostname=20and=20M?= =?UTF-8?q?AC=20address?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The commit updates the Proxmox container creation task in `tasks/setupacdc.yml` to include a new hostname (`DC1`) and MAC address for the container. This ensures that the container is correctly configured with the required settings. --- tasks/setupacdc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 39f40d4..dfc3b0e 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -1,10 +1,10 @@ - hosts: "node0" gather_facts: yes tasks: - - + - name: Create lxc container - community.proxmox.proxmox: + community.proxmox.proxmox: + addc_hostname: "DC1" mac_address: "8E:90:31:DE:31:36" vmid: 200 node: node0