Drop back to just vars
This commit is contained in:
parent
1734ee3634
commit
4d3d1641f6
@ -1,24 +1,5 @@
|
|||||||
---
|
---
|
||||||
- name: Debug all Ansible variables
|
- name: Debug all variables
|
||||||
debug:
|
debug:
|
||||||
msg: |
|
msg: "{{ vars }}"
|
||||||
Module Variables ("vars"):
|
|
||||||
--------------------------------
|
|
||||||
{{ vars }}
|
|
||||||
|
|
||||||
Environment Variables ("environment"):
|
|
||||||
--------------------------------
|
|
||||||
{{ environment }}
|
|
||||||
|
|
||||||
GROUP NAMES Variables ("group_names"):
|
|
||||||
--------------------------------
|
|
||||||
{{ group_names }}
|
|
||||||
|
|
||||||
GROUPS Variables ("groups"):
|
|
||||||
--------------------------------
|
|
||||||
{{ groups }}
|
|
||||||
|
|
||||||
HOST Variables ("hostvars"):
|
|
||||||
--------------------------------
|
|
||||||
{{ hostvars }}
|
|
||||||
when: debug
|
when: debug
|
||||||
|
Reference in New Issue
Block a user