magic.yml 446 B

12345678910111213141516171819202122
  1. - name: escupe variables
  2. hosts: all
  3. gather_facts: yes
  4. tasks:
  5. - name: facts
  6. debug:
  7. var: ansible_facts
  8. - name: hostvars
  9. debug:
  10. var: hostvars
  11. - name: groupnames
  12. debug:
  13. var: group-vars
  14. - nema: groups
  15. debug:
  16. var: groups
  17. - name: inventory_hostname
  18. debug:
  19. var: inventory_hostname
  20. - name: ansible_play_hosts
  21. debug:
  22. var: ansible_play_hosts