8 lines
158 B
YAML
8 lines
158 B
YAML
- name: Install fluentbit
|
|
hosts: hypervisors, vms
|
|
|
|
tasks:
|
|
- name: Restart fluent-bit
|
|
systemd:
|
|
name: fluent-bit
|
|
state: restarted
|