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

@@ -162,4 +162,7 @@
- include_tasks: filebeat.yml
tags: always
- include_tasks: vector.yml
tags: always
...

View File

@@ -0,0 +1,5 @@
---
- name: Deploy vector config
template: src=vector.yml.j2 dest=/etc/vector/conf.d/httpd.yml
tags: log,vector,web