0Pricing
Ansible Academy · Lesson

What Facts Are & Why They Matter

Auto-discovered data about each host.

Servers Know Themselves

Every server already holds tons of detail: its OS, memory, IP and more. Ansible can read all of it automatically before doing any work. 🌟

Meet Facts

Ansible calls this auto-discovered system data facts. They describe each host so your playbook can adapt to the machine it runs on.

All lessons in this course

  1. What Facts Are & Why They Matter
  2. Explore Facts with the setup Module
  3. Use ansible_facts in Tasks
  4. Disabling Fact Gathering for Speed
← Back to Ansible Academy