filebeat/playbooks/install_filebeat.yml

9 lines
121 B
YAML
Raw Normal View History

2021-11-03 20:05:07 +08:00
- name: "Install Filebeat Instance <{{ instance_name }}>"
hosts: filebeats
2021-11-08 17:01:14 +08:00
roles:
- filebeat
- supervisor
2021-11-03 20:05:07 +08:00