Newer
Older
dockersand / ansible / inventories / group_vars / all
# Default credentials - can be overriden by environment-specific definitions

# Docker Variables

dockersand_registry: "dockersand:5000"

# Sandbox Default Startup Variables

# These have to be here, and not in the dockersan variable file, because
# the sandbox creation playbook actually runs on localhost, not
# against the sandbox inventory.

dockersand_subnet: "192.168.11.0/24"
dockersand_image:  "dockersand-debian"
dockersand_start:  "1"
dockersand_end:    "10"