ansible 

Send to Kindle
home » snippets » ansible



Install

sudo python -m pip.__init__ install ansible

Ansible Facts

Ref:  How do I see a list of all of the ansible_ variables?

See facts for the local system by running the "setup" module.

ansible -m setup localhost