https://github.com/thedumbtechguy/ansible-role-debug
An ansible role to dump all variables in the current session to a file on the host
https://github.com/thedumbtechguy/ansible-role-debug
Last synced: 4 months ago
JSON representation
An ansible role to dump all variables in the current session to a file on the host
- Host: GitHub
- URL: https://github.com/thedumbtechguy/ansible-role-debug
- Owner: thedumbtechguy
- Created: 2017-04-21T14:13:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-03T17:26:02.000Z (about 9 years ago)
- Last Synced: 2025-07-23T13:52:20.601Z (11 months ago)
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ansible Role: Debug
An ansible role to dump all variables in the current session to a file on the host.
## Requirements
> This role has been tested on `Ubuntu 16.04` and `Ubuntu 16.10` only.
## Variables
- `debug_var_dump_path`: path on remote host to dump variables in.
- Default: `/tmp/ansible.all`
## Usage Example
```yaml
- hosts: all
roles:
- thedumbtechguy.debug
```
## License
MIT / BSD
## Author Information
This role was created by [TheDumbTechGuy](https://github.com/thedumbtechguy) ( [twitter](https://twitter.com/frostymarvelous) | [blog](https://thedumbtechguy.blogspot.com) | [galaxy](https://galaxy.ansible.com/thedumbtechguy/) )
## Credits
This role is based on information presented by [Lester Wade](https://coderwall.com/lwade) in the coderwall article [Dump all variables](https://coderwall.com/p/13lh6w/dump-all-variables).