mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-06 05:38:48 +02:00
11 lines
271 B
YAML
11 lines
271 B
YAML
---
|
|
|
|
- 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
|