commit | e4b146850e6d69d952a4b94ca3076e0b4c15512e | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Fri May 13 11:04:15 2022 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Thu Jun 02 21:48:13 2022 -0700 |
tree | 18f9ad67761226970e7f1431ccd15dc155502af1 | |
parent | c106ab59a5a2ebc8357657746651bc6214d0300d [diff] |
Various fixes - apt-key is deprecated, copy unarmored keyfile instead - fixes for lint, metadata, galaxy, etc. Change-Id: I4849a15c1ffbe4ed2048ff2a2e0170c2baff4622
Install and configure the Docker daemon
The version of Docker installed currently is 19.03. This version is supported by:
The docker.gpg
key was obtained from: https://download.docker.com/linux/ubuntu/gpg and is identical for Debian/Ubuntu.
Docker daemon options can be configured through docker_daemon_options
dictionary representing the json file /etc/docker/daemon.json
.
It also can install docker-compose when docker_install_compose
is set to true.
- hosts: all roles: - docker
© 2020 Open Networking Foundation support@opennetworking.org
License: Apache-2.0