mirror of
https://github.com/krislamo/freecloud
synced 2024-12-16 10:40:36 +00:00
Kris Lamoureux
19c55ca2fb
Refined gitignore. Moved testing variables back to group_vars. Added apache modules: rewrite, ssl and header and created strong SSL settings.
15 lines
143 B
Plaintext
15 lines
143 B
Plaintext
# Vagrant files
|
|
.vagrant
|
|
|
|
# Unneeded ansible file
|
|
*.retry
|
|
|
|
# Production files
|
|
*.yml
|
|
host_vars
|
|
|
|
# Testing env exceptions
|
|
!testing.yml
|
|
!all.yml
|
|
|