aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/debug.yml
blob: c87d8aa8ef29c4531da57218ea047a0097f6693a (plain) (blame)
1
2
3
4
5
6
7
8
---

- name: Debug
  hosts: all
  tasks:

    - debug:
        var: hostvars[ansible_host]
remember that computers suck.