Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 910 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 910 Bytes

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