Clark Boylan 37564b49b6 Install apparmor when we install docker-ce from upstream
Docker-ce 23 upstream of us has a hard dep on apparmor but does not
properly express this in its packaging. This leads to errors like:

  error: exec: "apparmor_parser": executable file not found in $PATH

Address this by manually installing (with Ansible) apparmor when we
install docker-ce from upstream.

Change-Id: I78607ca49cb7c46b57ec6e4d3489b548362358e5
2023-02-06 10:59:32 -08: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