aboutsummaryrefslogtreecommitdiffstats
path: root/roles/gather_facts/README.md
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-02-12 23:05:46 -0500
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-02-12 23:05:46 -0500
commit3e94667b6b73c588ea8503138b5e201b45686978 (patch)
tree023fa02885b75ebe268afc1d645c61db5d2f160d /roles/gather_facts/README.md
parent647066e3311883fabbff9491677e52b2bcb384b3 (diff)
downloadselfhosted-3e94667b6b73c588ea8503138b5e201b45686978.tar.gz
selfhosted-3e94667b6b73c588ea8503138b5e201b45686978.zip
gather_facts: add docs
Diffstat (limited to 'roles/gather_facts/README.md')
-rw-r--r--roles/gather_facts/README.md8
1 files changed, 8 insertions, 0 deletions
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.