fix 🐛: Update Proxmox container creation task to include DC1 hostname and MAC address
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user