Facts
Learn about Ansible facts, which allow us to report and trigger task execution when a specific situation occurs.
Ansible facts refer to variables related to remote hosts, providing details about the current host, such as the operating system, distribution, IP address, networking configuration, and storage configuration. These facts allow us to utilize the behavior or state of one system as the configuration of other systems.
Using an Ansible ad hoc command to display facts
The best way to understand Ansible facts is to list them ourselves ...