netz39-infra-ansible/requirements.yml
Alexander Dahl 57db3bf0ca 🐳 Add telegraf container for Docker metrics in influxdb
All our hosts running docker can put their metrics into our influxdb
now.

Note: not all docker hosts do this (yet), because the influxdb is
currently only reachable from within the local space internal network in
our rooms.

Link: https://docs.ansible.com/ansible/latest/inventory_guide/intro_patterns.html
Link: https://galaxy.ansible.com/lespocky/telegraf_docker_in_docker
References: #760
2023-01-10 06:26:14 +01:00

18 lines
502 B
YAML

---
roles:
- src: hifis.unattended_upgrades
version: v1.12.2
- src: git+https://github.com/adriagalin/ansible.timezone.git
version: 3.0.0
- src: git+https://github.com/24367dfa/ansible-role-dehydrated.git
version: 1.0.3
- src: penguineer.dehydrated_cron
version: v1.0.0
- src: git+https://github.com/maz3max/ble-keykeeper-role.git
version: v1.1.0
- src: lespocky.telegraf_docker_in_docker
version: v0.2.0
collections:
- name: community.grafana
version: 1.5.3