Gather facts from host ansible

Collect all Ansible facts (OS, CPU, network) from a host

ansible <host> -i inventory -m setup | jq '._ansible_facts'
more ansible all 56 commands →