mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-06 05:38:48 +02:00
6 lines
106 B
YAML
6 lines
106 B
YAML
---
|
|
|
|
- name: Start and enable vector
|
|
service: name=vector state=started enabled=true
|
|
tags: log,vector
|