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