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: 2 months ago
JSON representation
🐳 Docker on Centos 7 in VirtualBox or Azure, or on-premises.
- Host: GitHub
- URL: https://github.com/dockpack/base_docker
- Owner: dockpack
- License: mit
- Created: 2017-12-13T12:37:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2026-02-14T13:04:44.000Z (4 months ago)
- Last Synced: 2026-02-14T21:49:10.877Z (4 months ago)
- Topics: ansible-role, centos7, docker, rhel7
- Language: Makefile
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://galaxy.ansible.com/dockpack/base_docker)[](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