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