spk.docker-debian
Ansible Docker Debian
Provides Docker Debian packages from https://download.docker.com/linux/.
Support also Ubuntu with systemd.
Why
- No
curl | sh, fully predictable and idempotent installation. - Ability to change daemon arguments with systemd override, see docker_daemon_options
Installation
Command line
ansible-galaxy install spk.docker-debian
Requirements
- src: spk.docker-debian
version: 'v3.3.0'
Configurations
The defaults will install package from docker.com if you want to use Debian official package use:
docker_use_debian_repository: true
docker_package: docker.io
docker_debian_version: "{{ docker_version }}+dfsg1-7.1"
docker_dockerd_path: /usr/sbin/dockerd
Dependencies
None
License
BSD
Copyright (c) 2016-2019 Laurent Arnoud laurent@spkdev.net
Install
ansible-galaxy install spk.docker-debianLicense
bsd-3-clause
Downloads
221
Owner
