Giter Site home page Giter Site logo

yannis100 / docker-ansible Goto Github PK

View Code? Open in Web Editor NEW

This project forked from willhallonline/docker-ansible

0.0 1.0 0.0 45 KB

Ansible inside Docker containers (Ansible 2.8 and 2.7) + Mitogen

Home Page: https://www.willhallonline.co.uk/project/docker/docker-ansible/

License: MIT License

Dockerfile 100.00%

docker-ansible's Introduction

Ansible

Ansible inside Docker for consistent running of ansible inside your local machine or CI/CD system.

Docker Pulls Docker Automated build Docker Build Status

Supported tags and respective Dockerfile links

Ansible 2.8 (with Mitogen)

This is my preferred install variant mainly due to the performance improvements that Mitogen awards you. You can read more about it inside the Mitogen for Ansible documentation.

  • latest, 2.8, alpine, 2.8-alpine, alpine-3, 2.8-alpine-3, alpine-3.9, 2.8-alpine-3.9 Dockerfile MicroBadger Layers
  • alpine-3.8, 2.8-alpine-3.8 Dockerfile
  • ubuntu, 2.8-ubuntu, ubuntu-18.04, 2.8-ubuntu-18.04 Dockerfile MicroBadger Layers
  • ubuntu-16.04, 2.8-ubuntu-16.04 Dockerfile
  • stretch, 2.8-stretch Dockerfile
  • stretch-slim, 2.8-stretch-slim Dockerfile
  • centos, centos-7, 2.8-centos, 2.8-centos-7 Dockerfile MicroBadger Layers

Ansible 2.7 (with Mitogen)

This is my preferred install variant mainly due to the performance improvements that Mitogen awards you. You can read more about it inside the Mitogen for Ansible documentation.

Ansible 2.5 (with Mitogen)

DEPRECATED - End of life for Ansible 2.5

To leverage Mitogen to accelerate your playbook runs, add this to your ansible.cfg:

strategy_plugins = /usr/lib/python2.7/site-packages/ansible_mitogen/plugins/strategy
strategy = mitogen_linear

Running

**You will likely need to mount required directories into your container to make it run (or build on top of what is here).

Simple

$   docker run --rm -it willhallonline/ansible /bin/sh

Mount local directory and ssh key

$   docker run --rm -it -v $(pwd):/ansible -v ~/.ssh/id_rsa:/root/id_rsa willhallonline/ansible:2.7 /bin/sh

Injecting commands

$   docker run --rm -it -v $(pwd):/ansible -v ~/.ssh/id_rsa:/root/id_rsa willhallonline/ansible:2.7 ansible-playbook playbook.yml

Bash Alias

You can put these inside your dotfiles (~/.bashrc or ~/.zshrc to make handy aliases).

alias docker-ansible-cli='docker run --rm -it -v $(pwd):/ansible -v ~/.ssh/id_rsa:/root/.ssh/id_rsa --workdir=/ansible willhallonline/ansible:2.7-alpine /bin/sh'
alias docker-ansible-cmd='docker run --rm -it -v $(pwd):/ansible -v ~/.ssh/id_rsa:/root/.ssh/id_rsa --workdir=/ansible willhallonline/ansible:2.7-alpine '

use with:

$  docker-ansible-cli ansible-playbook -u playbook.yml

Maintainer

docker-ansible's People

Contributors

willhallonline avatar yannis100 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.