diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 00c13bf..4ad88f0 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -1,4 +1,14 @@ -- hosts: "node0" +- hosts: localhost + tasks: + + - name: Install 'proxmoxer' Python library on the control node + ansible.builtin.pip: + name: proxmoxer + state: present + delegate_to: localhost + become: yes # Required if installing to the system Python environment + +- hosts: node0 gather_facts: yes vars: addc_hostname: "DC1"