system-config/playbooks/roles/install-docker
Ian Wienand f8ca888b2b install-docker: remove fix from prior change
This file is now removed (I0cbcd4694a4796573fe48383756be03597d2da0f);
get rid of this to avoid any confusion.

Change-Id: I837d1fccbfa2461eb1315eac54c2a017fcb86511
2021-02-25 09:19:02 +11: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: remove fix from prior change 2021-02-25 09:19:02 +11: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