mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-03 23:26:58 +02:00
Update to 2025-07-04 09:00
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user