mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 15:47:32 +02:00
Update to 2025-07-04 09:00
This commit is contained in:
@@ -162,4 +162,7 @@
|
||||
|
||||
- include_tasks: filebeat.yml
|
||||
tags: always
|
||||
|
||||
- include_tasks: vector.yml
|
||||
tags: always
|
||||
...
|
||||
|
5
roles/httpd_common/tasks/vector.yml
Normal file
5
roles/httpd_common/tasks/vector.yml
Normal 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
|
Reference in New Issue
Block a user