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
..
2018-12-14 11:30:47 -08: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