Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dockpack/base_docker
- Owner: dockpack
- License: mit
- Created: 2017-12-13T12:37:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T04:37:50.000Z (6 months ago)
- Last Synced: 2024-07-16T07:15:44.430Z (6 months ago)
- Topics: ansible-role, centos7, docker, rhel7
- Language: Makefile
- Homepage:
- Size: 91.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 definedocker_users:
- jenkins
- vagrantdocker_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