An open API service indexing awesome lists of open source software.

https://github.com/ironcore864/docker-ubuntu16-ansible-systemd


https://github.com/ironcore864/docker-ubuntu16-ansible-systemd

ansible configuration-management devops docker systemd ubuntu

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# A docker image based on Ubuntu 16.04

For faster and easier use with test-kitchen

Changes:

- latest ansible installed, so that when you do `kitchen converge`, you don't waste time installing Ansible
- systemd enabled, to test playbooks/roles that need it
- busser/serverspec installed, for faster kitchen usage, to /opt/verifier, so when using this image with kitchen, set `root_path` as `/opt/verifier` for `verifier`, see example included

Setup for systemd:

docker run --rm --privileged -v /:/host ironcore864/ubuntu16-ansible-systemd setup

Running:

docker run -d --name systemd --security-opt seccomp=unconfined --tmpfs /run --tmpfs /run/lock -v /sys/fs/cgroup:/sys/fs/cgroup:ro -t ironcore864/ubuntu16-ansible-systemd

See .kitchen.yml for an example