This repository has been archived on 2020-05-07. You can view files and clone it, but cannot push or open issues or pull requests.
dokku-ansible-deploy/plays/lib/debug.yml

25 lines
571 B
YAML
Raw Normal View History

2020-04-13 10:49:14 +00:00
---
- name: Debug all Ansible variables
debug:
msg: |
Module Variables ("vars"):
--------------------------------
2020-04-13 12:04:38 +00:00
{{ vars }}
2020-04-13 10:49:14 +00:00
Environment Variables ("environment"):
--------------------------------
2020-04-13 12:04:38 +00:00
{{ environment }}
2020-04-13 10:49:14 +00:00
GROUP NAMES Variables ("group_names"):
--------------------------------
2020-04-13 12:04:38 +00:00
{{ group_names }}
2020-04-13 10:49:14 +00:00
GROUPS Variables ("groups"):
--------------------------------
2020-04-13 12:04:38 +00:00
{{ groups }}
2020-04-13 10:49:14 +00:00
HOST Variables ("hostvars"):
--------------------------------
2020-04-13 12:04:38 +00:00
{{ hostvars }}
2020-04-13 10:49:14 +00:00
when: debug