setup papertrail logging on managed hosts and sslproxy container
This commit is contained in:
@@ -3,6 +3,22 @@
|
||||
|
||||
- debug: var=rsyslog
|
||||
|
||||
- name: remove packages
|
||||
apt:
|
||||
state: present
|
||||
name: "{{item}}"
|
||||
update_cache: yes
|
||||
cache_valid_time: 86400
|
||||
with_items:
|
||||
- rsyslog-gnutls
|
||||
|
||||
- name: copy tls certs for papertrail
|
||||
get_url:
|
||||
url: https://papertrailapp.com/tools/papertrail-bundle.pem
|
||||
dest: /etc/papertrail-bundle.pem
|
||||
force: yes
|
||||
mode: 0644
|
||||
|
||||
- name: copy custom configs
|
||||
template:
|
||||
src: "{{ item }}.j2"
|
||||
|
||||
Reference in New Issue
Block a user