We are currently getting deprecation errors on apt-get updates about the docker key being in /etc/apt/trusted.gpg. Move it to a separate key as is the fashion now. Change-Id: I4e21656db9084d5c5e22281eb2d189b7fa8eaa00
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