modified: tasks/setupacdc.yml

This commit is contained in:
2025-10-22 18:10:12 +02:00
parent 6d70838ac4
commit 5d290a5e8b

View File

@@ -2,7 +2,7 @@
gather_facts: yes
tasks:
- name: Install 'proxmoxer' and 'requests' Python libraries for the Semaphore user
- name: Install 'proxmoxer' and 'requests' Python libraries for the ansible controller
ansible.builtin.pip:
name:
- proxmoxer
@@ -43,3 +43,4 @@
pubkey: 'ssh-ed25519 AAAAC3NzaC1...hBWA ansibleuser@ansiblehost'
netif:
net0: "name=eth0,hwaddr={{ mac_address }},gw={{ location_gateway }},ip={{ addc_ansible_host }}/24,bridge=vmbr0"
delegate_to: localhost