--- - name: Run proxmox vm playbook hosts: proxmox gather_facts: true vars: is_localhost: "{{ inventory_hostname == '127.0.0.1' }}" is_proxmox_node: "{{ 'proxmox_nodes' in group_names }}" roles: - role: common tags: - common when: not is_localhost - role: proxmox tags: - proxmox