--- - name: Prepare the utility VM for deployment of SNO1 cluster hosts: utility.lab.example.com become: true gather_facts: false vars: node: ip: 192.168.50.18 mac: 01-52-54-00-00-32-12 name: node role: SNO cluster: sno1 online: yes roles: - role: check-env tags: check - role: deploy-infra tags: infra - role: prep-work tags: prep ...