Skip to content
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
ansible-demos/roles/gather_debug/
ansible-demos/roles/gather_debug/

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

gather_debug

A rather simplistic role to run some commands and dump output.

Requirements

Role Variables

Dependencies

Example Playbook

- hosts: servers
  roles:
     - { role: gather_debug }

License

BSD

Further thoughts

Lots of this could be turned into variables for flexiblity, and you could even use regexs to 'search' the stdout of commands for particular values. Say, higher than X%, or whatever.

Author Information

Mark Phillips mark@probably.co.uk