Skip to content

niklep/docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker

This role installs and configures Docker

Requirements

Debian

Role Variables

Name Default / Mandatory Description
docker_daemon_config {} Docker daemon configuration (reference which is directly written to the configuration JSON
docker_privileged_users [] List of users to be added to the docker group

Example Playbook

- hosts: build
  roles:
    - role: docker
      docker_privileged_users:
        - jenkins
      docker_daemon_config:
        mtu: 1400

License

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Author Information

About

Install and configure Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published