A Quick Glance of Ansible Facts with Examples - EDUCBA
www.educba.com › ansible-factsIntroduction to Ansible Facts. Ansible facts are the information of remote hosts which is gathered by the Ansible controller. This information is stored in predefined variables on the controller node and the whole set of this information is prepared in JSON format. This is a very important feature as we can make decisions about which task is to perform on which remote machine based on these facts.