Skip to content

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

License

Notifications You must be signed in to change notification settings

dockpack/base_docker

Repository files navigation

GalaxyBuild Status

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:https://proxy:3128'
docker_https_proxy: 'http:https://proxy:3128'
docker_no_proxy: 'http:https://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