mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 07:37:20 +02:00
Update to 2025-07-04 09:00
This commit is contained in:
@@ -33,3 +33,6 @@
|
||||
|
||||
- include_tasks: filebeat.yml
|
||||
tags: always
|
||||
|
||||
- include_tasks: vector.yml
|
||||
tags: always
|
||||
|
5
roles/nginx/tasks/vector.yml
Normal file
5
roles/nginx/tasks/vector.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
|
||||
- name: Install vector configuration
|
||||
template: src=vector.yml.j2 dest=/etc/vector/conf.d/nginx.yml
|
||||
tags: log,web,vector
|
Reference in New Issue
Block a user