feffi / ansible-debug

Ansible role to debug various internals.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-debug

Ansible to debug various internals.

Build Status Github All Releases GitHub forks GitHub stars GitHub watchers Twitter Follow License

Requirements

  • Ansible 2.3

ansible.cfg

hash_behaviour = merge

Install

Just add the role to your requirements.yml file:

- src: https://github.com/feffi/ansible-debug.git
  name: feffi.debug

Role Variables

All role based variables are listed below, along with default values:

debug:
  <not yet implemented>

Dependencies

None.

Example Playbook

    - hosts: all
      vars:
        debug:
          <not yet implemented>
      roles:
        - { role: feffi.macos-avatar }

Or with local parameters:

    - hosts: all
      roles:
        - { role: feffi.macos-avatar,
            debug: {
              <not yet implemented>
            }
          }

TODO

  • Ability to define debug params
  • Ability to output to logfile

About

Ansible role to debug various internals.

License:MIT License