mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2026-01-08 18:35:45 +00:00
ansible playbooks for retailor.io infrastructure
This commit is contained in:
10
plays/metrics-filebeat.yml
Normal file
10
plays/metrics-filebeat.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: Install nginx filebeat log exporter
|
||||
hosts: web
|
||||
roles:
|
||||
- role: roles/filebeat-nginx
|
||||
|
||||
- name: Install laravel filebeat log exporter
|
||||
hosts: web
|
||||
roles:
|
||||
- role: roles/filebeat-laravel
|
||||
Reference in New Issue
Block a user