25 lines
434 B
Plaintext
25 lines
434 B
Plaintext
# This file should be renamed '.env' and have any private values modified.
|
|
|
|
COMPOSE_BAKE=true
|
|
|
|
## Performance
|
|
CPU=0.2
|
|
RAM=0.2G
|
|
|
|
## Storage
|
|
#STORAGE_DIR=../../Volumes/ProvisionTests
|
|
PT_STORAGE_DIR=/tmp/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=dev
|
|
EXEC="./setup.sh -l"
|