24 lines
		
	
	
		
			417 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			417 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# This file will need renamed '.env' and have any private values modified.
 | 
						|
 | 
						|
COMPOSE_BAKE=true
 | 
						|
 | 
						|
## Performance
 | 
						|
CPU=0.2
 | 
						|
RAM=0.2G
 | 
						|
 | 
						|
## Storage
 | 
						|
PT_STORAGE_DIR=../../Volumes/IGNORED/ProvisionTests
 | 
						|
 | 
						|
## Packages
 | 
						|
PACKAGES="git bash curl sudo which"
 | 
						|
EXTRA_ARCH=""
 | 
						|
EXTRA_DEBIAN=""
 | 
						|
EXTRA_FEDORA=""
 | 
						|
EXTRA_OPENSUSE=""
 | 
						|
EXTRA_UBUNTU=""
 | 
						|
 | 
						|
## Script
 | 
						|
REPO=https://git.hyperling.com/me/env-ansible
 | 
						|
BRANCH=stage
 | 
						|
EXEC="./setup.sh -l -g -s"
 |