Skip to content

evgeny-goldin/playbooks

Repository files navigation

Summary

This repo contains Ansible Playbooks and Roles for installing the following tools on Ubuntu:

Docker

A Dockerfile for creating an image by running an Ansible playbook may look like this:

FROM evgenyg/ansible
ADD  playbooks /playbooks
RUN  ansible-playbook /playbooks/<box>-ubuntu.yml -c local
...

See examples of Dockerfiles for Ruby and Jenkins images.

Docker Hub

Some Docker images based on the playbooks above are published on Docker Hub as: