https://github.com/spk/ansible-docker-debian
Provides Docker Debian packages from <https://download.docker.com/linux/>
https://github.com/spk/ansible-docker-debian
ansible ansible-role docker docker-debian-packages
Last synced: 11 days ago
JSON representation
Provides Docker Debian packages from <https://download.docker.com/linux/>
- Host: GitHub
- URL: https://github.com/spk/ansible-docker-debian
- Owner: spk
- License: bsd-3-clause
- Created: 2016-09-05T14:12:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-18T20:30:40.000Z (almost 6 years ago)
- Last Synced: 2025-03-31T22:11:20.693Z (about 2 months ago)
- Topics: ansible, ansible-role, docker, docker-debian-packages
- Language: Roff
- Homepage:
- Size: 46.9 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Docker Debian
Provides Docker Debian packages from .
Support also Ubuntu with systemd.
## Why
* No `curl | sh`, fully predictable and idempotent installation.
* Ability to change daemon arguments with
[systemd override](https://docs.docker.com/engine/admin/systemd/), see
[docker_daemon_options](https://github.com/spk/ansible-docker-debian/blob/master/defaults/main.yml#L14)## Installation
### Command line
```
ansible-galaxy install spk.docker-debian
```### Requirements
```
- src: spk.docker-debian
version: 'v3.3.0'
```## Configurations
See
[defaults/main.yml](https://github.com/spk/ansible-docker-debian/blob/master/defaults/main.yml)The defaults will install package from docker.com if you want to use
[Debian](https://packages.debian.org/buster/docker.io) 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
---
[](https://travis-ci.org/spk/ansible-docker-debian)
[](https://galaxy.ansible.com/spk/docker-debian/)