From: Oleg Broytman Date: Tue, 21 Jan 2020 16:19:29 +0000 (+0300) Subject: Feat(logcheck): Add a playbok to update logcheck X-Git-Url: https://git.phdru.name/?p=ansible.git;a=commitdiff_plain;h=57bdc2fb87e911c9ccd87c1ec76971b3880c3b2d Feat(logcheck): Add a playbok to update logcheck Run role `logcheck` setting `gather_facts`. --- diff --git a/playbooks/logcheck.yml b/playbooks/logcheck.yml new file mode 100644 index 0000000..43f4d17 --- /dev/null +++ b/playbooks/logcheck.yml @@ -0,0 +1,5 @@ +- name: Update logcheck + hosts: "{{ hosts | default('all') }}" + gather_facts: true + roles: + - logcheck