
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
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