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