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
- Host: GitHub
- URL: https://github.com/ironcore864/docker-ubuntu16-ansible-systemd
- Owner: IronCore864
- Created: 2017-06-07T09:53:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-25T16:13:58.000Z (over 7 years ago)
- Last Synced: 2025-02-01T18:44:33.043Z (over 1 year ago)
- Topics: ansible, configuration-management, devops, docker, systemd, ubuntu
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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