system-config/playbooks/roles/install-docker
Clark Boylan 19652c3f50 Add more docker-compose installation comments
This ensures the reason for weird docker-compose installation practices
is captured.

Change-Id: I5255d1f27a79cec3880c5ebd7969df5a58acc3de
2023-05-03 14:12:55 -07: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 Add more docker-compose installation comments 2023-05-03 14:12:55 -07: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