feat: Добавлена установка Node Exporter на все хосты

- Создана роль node_exporter для установки на LXC контейнеры
- Добавлен плейбук deploy_all_node_exporters.yml
- Настроен ansible.cfg для правильного поиска ролей
- Node Exporter успешно установлен на все 10 хостов
- Prometheus собирает метрики со всех Node Exporters
- Все 14 таргетов в состоянии UP
This commit is contained in:
Freazzzing
2026-02-03 04:43:05 +00:00
parent 8212b75ac9
commit 26f6832275
5 changed files with 152 additions and 0 deletions

View File

@ -3,6 +3,7 @@ inventory = inventories/production/hosts
host_key_checking = False
interpreter_python = /usr/bin/python3
gathering = smart
roles_path = ./roles
[ssh_connection]
pipelining = True