From 3e94667b6b73c588ea8503138b5e201b45686978 Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Sun, 12 Feb 2023 23:05:46 -0500 Subject: gather_facts: add docs --- roles/gather_facts/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 roles/gather_facts/README.md (limited to 'roles/gather_facts/README.md') diff --git a/roles/gather_facts/README.md b/roles/gather_facts/README.md new file mode 100644 index 0000000..eb2cf78 --- /dev/null +++ b/roles/gather_facts/README.md @@ -0,0 +1,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. -- cgit