thomasjpfan.docker

Ansible Docker Role

Build Status

Installs Docker-CE on an Ubuntu 16.04/18.04 and setting up TLS certificates.

Role Variables

# Docker channel and version to install
docker_channel: stable
docker_version: 18.06.1~ce~3-0~ubuntu

# Paths of certs to interact with the docker api
? docker_local_cacert
? docker_local_tlscert
? docker_local_tlskey

# Path on host to place ssl
docker_server_cert_path: /etc/docker/ssl

# configure daemon.json for dockerd
? docker_daemon_json

# List of users to be added to 'docker' system group
docker_group_members: []

Testing

This project uses molecule for testing:

pip install -r requirements.txt
molecule test

License

MIT

About

Installs Docker-CE on an Ubuntu 18.04 and setting up TLS certificates.

Install
ansible-galaxy install thomasjpfan.docker
GitHub repository
License
mit
Downloads
439
Owner
Member of Technical Staff at @modal-labs, @scikit-learn maintainer