mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-06 11:08:54 +02:00
6 lines
129 B
YAML
6 lines
129 B
YAML
---
|
|
|
|
- name: Install vector configuration
|
|
template: src=vector.yml.j2 dest=/etc/vector/conf.d/nginx.yml
|
|
tags: log,web,vector
|