diff --git a/.gitignore b/.gitignore index 5a83f4c..08c588b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -host_vars/* -!host_vars/.gitkeep +inventories/* +!inventories/.gitkeep diff --git a/hosts.yml b/hosts.yml deleted file mode 100644 index 3184b25..0000000 --- a/hosts.yml +++ /dev/null @@ -1,12 +0,0 @@ ---- -all: - children: - pleroma_database: - hosts: - pleroma: - pleroma_backend: - hosts: - pleroma: - pleroma_webserver: - hosts: - pleroma: diff --git a/host_vars/.gitkeep b/inventories/.gitkeep similarity index 100% rename from host_vars/.gitkeep rename to inventories/.gitkeep