--- - name: Setup bare metal requirements for nomad hosts: nigel.local remote_user: nigel tasks: - name: Apply the base role to the nuc ansible.builtin.include_role: name: base - name: Ensure nomad fixes are applied to the nuc ansible.builtin.include_role: name: nomad - name: Apply the proxy role ansible.builtin.include_role: name: proxy