--- - hosts: all name: Dummy to gather facts tasks: - name: gather facts even if hosts are excluded. setup: delegate_to: "{{item}}" delegate_facts: True loop: "{{groups['all']}}" - hosts: cinder-controller become: True roles: - cinder-controller