Ansible

Ansible module ping host

== Ansible module setup return facts about a host

ansible myserver -i inventory.file -m setup

#Note: add "--tree /tmp/facts" to get facts from multiple servers in groupe, indexed by host

Ansible error's