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