final cleanup before production deployment

Removed host_vars folder and added inventories folder.
This is to support the suggested 'Alternative Directory Layout'
in the upstream Ansible documentation.

Removed hosts.yml. This may be added in the upcoming
examples directory.
This commit is contained in:
Dan Anglin 2019-11-02 19:30:39 +00:00
parent 02b1dead38
commit 76aa2030fb
No known key found for this signature in database
GPG key ID: 7AC2B18EC1D09F27
3 changed files with 2 additions and 14 deletions

4
.gitignore vendored
View file

@ -1,2 +1,2 @@
host_vars/*
!host_vars/.gitkeep
inventories/*
!inventories/.gitkeep

View file

@ -1,12 +0,0 @@
---
all:
children:
pleroma_database:
hosts:
pleroma:
pleroma_backend:
hosts:
pleroma:
pleroma_webserver:
hosts:
pleroma: