mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-09-13 11:04:52 +02:00
Update to 2025-08-27 12:00
This commit is contained in:
@@ -35,3 +35,10 @@
|
|||||||
- name: Create vector config dir
|
- name: Create vector config dir
|
||||||
file: path=/etc/vector/conf.d state=directory
|
file: path=/etc/vector/conf.d state=directory
|
||||||
tags: log,mkdir,vector
|
tags: log,mkdir,vector
|
||||||
|
|
||||||
|
- name: Create filebeat snippet direcories
|
||||||
|
file: path=/etc/filebeat/ansible_{{ item }}.d state=directory
|
||||||
|
loop:
|
||||||
|
- inputs
|
||||||
|
- modules
|
||||||
|
tags: log,mkdir
|
||||||
|
Reference in New Issue
Block a user