system-config/playbooks/roles/install-docker
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
..
defaults Import install-docker role 2018-12-14 11:30:47 -08:00
files install-docker: move rsyslog handler earlier 2021-02-25 09:16:16 +11:00
handlers docker: install rsyslog to capture container output 2020-10-19 16:06:03 +11:00
tasks install-docker: install build-essential for cffi on Xenial 2021-07-12 14:49:17 +10:00
templates install-docker: remove arch match 2020-04-30 08:38:41 +10:00
README.rst docker: install rsyslog to capture container output 2020-10-19 16:06:03 +11:00

README.rst

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