system-config/playbooks/roles/install-docker
Ian Wienand 54a62d9aaf install-docker: stop duplicated rsyslog logs
I missed a "stop" command in the rsyslogd capture introduced with
I940a5b05057e832e2efad79d9a2ed5325020ed0c.  This means logs were also
falling though and being put into /var/log/syslog as well, which was
not the intent.

Add the stop command so the logs only go to the container logfile.

Change-Id: I8c577fe259de68178404d74e0bea543691af7d87
2020-11-25 11:23:15 +11:00
..
defaults Import install-docker role 2018-12-14 11:30:47 -08:00
files install-docker: stop duplicated rsyslog logs 2020-11-25 11:23:15 +11:00
handlers docker: install rsyslog to capture container output 2020-10-19 16:06:03 +11:00
tasks docker: install rsyslog to capture container output 2020-10-19 16:06:03 +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