Update graylog-forwarder to use py3
Change-Id: I6ccd695d6aa61c1ef7f21f15c8ec89a2223381ac
This commit is contained in:
parent
b88a8fbb16
commit
6ec721bf49
@ -3,7 +3,8 @@
|
||||
gather_facts: no
|
||||
vars:
|
||||
graylog_forwarder_system_packages:
|
||||
- python-systemd
|
||||
- python3-systemd
|
||||
- python3-pip
|
||||
graylog_forwarder_pip_packages:
|
||||
- gelfclient==0.0.7
|
||||
- journal2gelf==2.0.0
|
||||
@ -41,4 +42,3 @@
|
||||
state: started
|
||||
execstarts:
|
||||
- "/usr/local/bin/journal2gelf {{ graylog_target }}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user