This repository has been archived on 2023-12-26. You can view files and clone it, but cannot push or open issues or pull requests.
fluentbit/fluentbit.yml

11 lines
174 B
YAML
Raw Normal View History

2023-08-09 19:06:25 +00:00
- name: Install fluentbit
hosts: hypervisors, vms
pre_tasks:
- name: Install packages
apt:
pkg: gpg
2023-08-09 19:06:25 +00:00
roles:
- {role: fluentbit, tags: fluentbit}