Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dockpack/base_docker

🐳 Docker on Centos 7 in VirtualBox or Azure, or on-premises.
https://github.com/dockpack/base_docker

ansible-role centos7 docker rhel7

Last synced: about 2 months ago
JSON representation

🐳 Docker on Centos 7 in VirtualBox or Azure, or on-premises.

Awesome Lists containing this project

README

        

[![Galaxy](https://img.shields.io/badge/galaxy-dockpack.base__docker-blue.svg?style=flat)](https://galaxy.ansible.com/dockpack/base_docker)[![Build Status](https://api.travis-ci.org/dockpack/base_docker.svg)](https://travis-ci.org/dockpack/base_docker)

## dockpack.base_docker is a role to install docker.

Requirements
------------

RHEL-like systems

Role Variables
--------------
To add additional user to the docker group declare and define

docker_users:
- jenkins
- vagrant

docker_http_proxy: 'http://proxy:3128'
docker_https_proxy: 'http://proxy:3128'
docker_no_proxy: 'http://proxy:3128'

Dependencies
------------
[]

Example Usage
----------------

- name: Install docker on RedHat
hosts: all
become: 'True'

roles:
- {role: docker, tags: 'docker'}

License
-------

MIT

Author Information
------------------

Bas Meijer
@bbaassssiiee