]> git.phdru.name Git - ansible.git/blobdiff - playbooks/logcheck.yml
Feat(logcheck): Add a playbok to update logcheck
[ansible.git] / playbooks / logcheck.yml
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