Easy Steps To Install ansible-cmdb on Mac
Package Information:
Name: ansible-cmdb
Use: Ansible-cmdb takes the output of Ansible’s fact gathering and converts it into a static HTML overview page containing system configuration information.
URL: https://github.com/fboender/ansible-cmdb
Installation Steps:
- Open Terminal
- Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install ansible-cmdb using brew
brew install ansible-cmdb
ansible-cmdb is ready to use now!
Ansible-cmdb takes the output of Ansible’s fact gathering and converts it into a static HTML overview page (and other things) containing system configuration information.
It supports multiple types of output (html, csv, sql, etc) and extending information gathered by Ansible with custom data. For each host it also shows the groups, host variables, custom variables and machine-local facts.