--- # hashistack deployment playbook - name: "Deploy" hosts: all gather_facts: true tasks: - name: "Debug" ansible.builtin.debug: msg: "{{ ansible_hostname }}"