mirror of
				https://github.com/krislamo/freecloud
				synced 2025-10-31 09:38:34 +00:00 
			
		
		
		
	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
 | |
| 
 |