diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..23e551e9fa4cc2ae8ff21352ee41a176cde984ce
--- /dev/null
+++ b/ansible/ansible.cfg
@@ -0,0 +1,10 @@
+[defaults]
+
+# Chick-Fil-A would like a word...
+nocows = True
+
+# Installs collections into [current dir]/ansible_collections/namespace/collection_name
+collections_paths = ./
+
+# Installs roles into [current dir]/roles/namespace.rolename
+roles_path = ./roles
diff --git a/docs/inventory-cloud.yaml b/ansible/inventories/sample-cloud.yaml
similarity index 100%
rename from docs/inventory-cloud.yaml
rename to ansible/inventories/sample-cloud.yaml
diff --git a/docs/inventory-deploy.yaml b/ansible/inventories/sample-deploy.yaml
similarity index 100%
rename from docs/inventory-deploy.yaml
rename to ansible/inventories/sample-deploy.yaml