aboutsummaryrefslogtreecommitdiffstats
path: root/roles/gather_facts/README.md
blob: eb2cf78ccca0c3407fbf65ec73ee72f4e8fd9ada (plain)
1
2
3
4
5
6
7
8
Gather Facts
============

This role simply calls the Ansible `setup` module to gather facts about the host.

When building a new Proxmox VM, gathering facts at the start of the playbook
would fail because the VM does not yet exist. The [common](../common/) role
first builds the VM, then invokes this role once the host is reachable.