Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 932 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 932 Bytes

xenial-docker-ansible

What is this

This is based mostly on the excellent work of Solita, but some extras, see that for more specific reference.

solita/ubuntu-systemd

This is Ubuntu Xenial for Docker with SYSTEMD and SSH installed for usage inside Vagrant.

This is an Docker image which is designed to allow Ansible testing, Virtualbox and virtual machines are really heavy. Conceptually Docker is good, but is designed for small lightweight services. The idea here is to be able to test full sized systemd services and allow quick development of Ansible roles but not have to have a complicated system in place or a heavyweight virtual machine.

Supported tags

  • latest

Running

This is enough to get started to run Ansible against a Docker container with an example Vagrant and Ansible playbook.

Simply type: vagrant up --provider docker

License

MIT