system-config/playbooks/roles/install-docker
Clark Boylan ead9baa3cd Fix docker.gpg.asc path in sources.list entry
The previous change omitted the .asc suffix which is required since we
are writing this file out to that name. Without this `apt-get update`
fails due to being unable to verify the sources.

Change-Id: Ide9b02575967283ab7309071d9e12af5cdb15cc9
2023-02-14 13:40:31 -08:00
..
defaults install-docker: switch from deprecated apt-key 2023-02-07 09:16:02 +11:00
files install-docker: switch from deprecated apt-key 2023-02-07 09:16:02 +11:00
handlers docker: install rsyslog to capture container output 2020-10-19 16:06:03 +11:00
tasks Merge "install-docker: switch from deprecated apt-key" 2023-02-14 21:03:56 +00:00
templates Fix docker.gpg.asc path in sources.list entry 2023-02-14 13:40:31 -08:00
README.rst docker: install rsyslog to capture container output 2020-10-19 16:06:03 +11:00

An ansible role to install docker in the OpenStack infra production environment

This also installs a log redirector for syslog `docker- tags. For most containers, they can be setup in the compose file with a section such as:

logging:
  driver: syslog
  options:
    tag: docker-<appname>

Role Variables