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

@@ -0,0 +1,10 @@
---
- name: Deploy config
template: src=vector.yml dest=/etc/vector/vector.yaml owner=root group=root mode=0600
notify: reload vector
tags: log,vector
- name: Remove dummy conf if present
file: path=/etc/vector/conf.d/_dummy.yml state=absent
tags: log,vector