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

---
- name: Debug all Ansible variables
debug:
msg: |
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