Various fixes

- apt-key is deprecated, copy unarmored keyfile instead
- fixes for lint, metadata, galaxy, etc.

Change-Id: I4849a15c1ffbe4ed2048ff2a2e0170c2baff4622
8 files changed
tree: 18f9ad67761226970e7f1431ccd15dc155502af1
  1. .cookiecutter_params.json
  2. .gitreview
  3. .reuse/
  4. LICENSES/
  5. Makefile
  6. README.md
  7. VERSION
  8. defaults/
  9. files/
  10. handlers/
  11. meta/
  12. molecule/
  13. tasks/
  14. vars/
README.md

docker

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.

Example Playbook

- hosts: all
  roles:
    - docker

License and Author

© 2020 Open Networking Foundation support@opennetworking.org

License: Apache-2.0