--- #playbook - name: Playbook useing the role shutdown-role on windows servers hosts: windows become: true gather_facts: false roles: - { role: shutdown-role }