summaryrefslogtreecommitdiffstats
path: root/roles/debug_env/tasks/main.yml
blob: 33dc4ebb8ebfd332f4c23b28a0b09b7729c0cc49 (plain)
1
2
3
4
5
6
7
#
# This role can be added to a playbook to dump out all 
# the env from ansible to see what variables and facts are.
# Taken from https://coderwall.com/p/13lh6w
#
- name: Dump all ansible vars
  template: src=dumpall.j2 dest=/tmp/debug_env.out