10 lines
187 B
YAML
10 lines
187 B
YAML
---
|
|
# hashistack deployment playbook
|
|
- name: "Preflight"
|
|
hosts: all
|
|
gather_facts: true
|
|
tasks:
|
|
- name: "Debug"
|
|
ansible.builtin.debug:
|
|
msg: "{{ ansible_hostname }}"
|