system-config/playbooks/roles/install-docker
Clark Boylan 33c2b4ff5f Ensure /etc/apt/sources.list.d exists
Jammy nodes appear to lack the /etc/apt/sources.list.d dir by default.
Ensure it exists in the install-docker role before we attempt to
install a deb repo config to that directory for docker packages.

Change-Id: I859d31ed116607ffa3d8db5bfd0b805d72dd70c0
2022-08-04 13:40:35 +10:00
..
defaults Import install-docker role 2018-12-14 11:30:47 -08:00
files install-docker: move rsyslog handler earlier 2021-02-25 09:16:16 +11:00
handlers docker: install rsyslog to capture container output 2020-10-19 16:06:03 +11:00
tasks Ensure /etc/apt/sources.list.d exists 2022-08-04 13:40:35 +10:00
templates install-docker: remove arch match 2020-04-30 08:38:41 +10: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