mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 18:07:36 -02:30
Minikube-based development environment
Works in conjunction with https://github.com/ansible/awx-operator/pull/71 See docs/development/minikube.md
This commit is contained in:
7
installer/roles/dockerfile/files/rsyslog.conf
Normal file
7
installer/roles/dockerfile/files/rsyslog.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
$WorkDirectory /var/lib/awx/rsyslog
|
||||
$MaxMessageSize 700000
|
||||
$IncludeConfig /var/lib/awx/rsyslog/conf.d/*.conf
|
||||
module(load="imuxsock" SysSock.Use="off")
|
||||
input(type="imuxsock" Socket="/var/run/awx-rsyslog/rsyslog.sock" unlink="on")
|
||||
template(name="awx" type="string" string="%msg%")
|
||||
action(type="omfile" file="/dev/null")
|
||||
Reference in New Issue
Block a user