Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

stuvusIT/ansible_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •