blob: d6c5b87a0f4a864e73f7e9ad0f7ec69a9a2deabb [file]
HOSTS:
debian-8:
roles:
- agent
platform: debian-8-amd64
hypervisor: docker
image: debian:8
docker_preserve_image: true
docker_cmd:
- '/sbin/init'
docker_image_commands:
- 'apt-get install -y tar wget cron git net-tools locales'
- 'rm -f /usr/sbin/policy-rc.d'
- 'echo "LC_ALL=en_US.UTF-8" >> /etc/environment'
- 'echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen'
- 'echo "LANG=en_US.UTF-8" > /etc/locale.conf'
- 'locale-gen en_US.UTF-8'
docker_container_name: 'ssh-debian8'
CONFIG:
log_level: debug
type: foss
ssh:
password: root
auth_methods: ["password"]