initial: role for vector

This commit is contained in:
2022-08-02 10:09:52 +07:00
commit 09754d7641
12 changed files with 136 additions and 0 deletions

39
README.md Normal file
View File

@@ -0,0 +1,39 @@
ansible-vector
=========
Данная роль устанавливает `vector`.
Requirements
------------
None
Role Variables
--------------
- `vector_version` - версия `vector`, которая будет установлена
- `vector_config_dir` - директория с конфигурацией `vector`
- `vector_config` - полная конфигурация `vector`. Описание возможных значений [в официальной документации](https://vector.dev/docs/reference/configuration/)
Dependencies
------------
None
Example Playbook
----------------
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
```yaml
---
- name: vector
hosts: vector
roles:
- vector
```
License
-------
BSD