blob: d9a52d83eb09f180ed5ff4b133aaf940d2ff0a7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
HOSTS:
centos-5-x64:
default_apply_opts:
order: random
strict_variables:
platform: el-5-x86_64
hypervisor : docker
image: centos:5
# This stops the image from being deleted on completion, speeding up the process.
docker_preserve_image: true
CONFIG:
type: foss
log_level: debug
|