Update to 2025-07-04 09:00

This commit is contained in:
Daniel Berteaud
2025-07-04 09:00:19 +02:00
parent 3a08150ae4
commit f8d3e57155
35 changed files with 343 additions and 8 deletions

View File

@@ -1,12 +1,5 @@
---
- name: Create filebeat snippet direcories
file: path=/etc/filebeat/ansible_{{ item }}.d state=directory
loop:
- inputs
- modules
tags: log,mkdir
- name: Create journald directory
file: path=/var/log/journal state=directory
notify: restart journald
@@ -38,3 +31,7 @@
- name: Create bash_completion dir
file: path=/etc/bash_completion.d state=directory
tags: mkdir
- name: Create vector config dir
file: path=/etc/vector/conf.d state=directory
tags: log,mkdir