hashistack/playbooks/preflight.yml

10 lines
187 B
YAML
Raw Normal View History

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