Ian Wienand cc4903bd5f install-docker: install build-essential for cffi on Xenial
cffi has stopped providing Python 3.5 wheels; this may be a feature or
a bug [1].  In the mean time, install build-essential, etc. so we can
build at install time.

[1] https://foss.heptapod.net/pypy/cffi/-/issues/503

Change-Id: Iece31a18048fd40472cfddd5262576ca150a86ac
2021-07-12 14:49:17 +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