Files
ansible-config/playbooks/deploy-promtail.yml

7 lines
176 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
- name: Deploy Promtail on all nodes
hosts: all # Установим Promtail на все хосты для сбора логов
become: true
roles:
- promtail