]> git.phdru.name Git - ansible.git/commitdiff
Feat(logcheck): Add a playbok to update logcheck
authorOleg Broytman <phd@phdru.name>
Tue, 21 Jan 2020 16:19:29 +0000 (19:19 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 21 Jan 2020 16:19:29 +0000 (19:19 +0300)
Run role `logcheck` setting `gather_facts`.

playbooks/logcheck.yml [new file with mode: 0644]

diff --git a/playbooks/logcheck.yml b/playbooks/logcheck.yml
new file mode 100644 (file)
index 0000000..43f4d17
--- /dev/null
@@ -0,0 +1,5 @@
+- name: Update logcheck
+  hosts: "{{ hosts | default('all') }}"
+  gather_facts: true
+  roles:
+    - logcheck