mirror of
https://github.com/krislamo/freecloud
synced 2024-11-10 01:40:35 +00:00
Kris Lamoureux
3a7fd20fff
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.
15 lines
158 B
Plaintext
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
|
|
|