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/restart.yml

9 lines
158 B
YAML
Raw Normal View History

- name: Install fluentbit
hosts: hypervisors, vms
tasks:
- name: Restart fluent-bit
systemd:
name: fluent-bit
state: restarted