1
0
mirror of https://github.com/krislamo/freecloud synced 2024-09-19 17:50:34 +00:00
freecloud/.gitignore
Kris Lamoureux 3a7fd20fff Changed files for production use
Properly excluded files needed for production. Moved group_vars to
host_vars. Removed unneeded production.yml file and added a custom
data directory location option for Nextcloud.
2019-07-12 01:53:48 -04:00

15 lines
158 B
Plaintext

# Vagrant files
.vagrant
# Unneeded ansible file
*.retry
# Production files
*.yml
host_vars/**
# Testing env exceptions
!testing.yml
!./host_vars/all.yml