telegraf: Allow telegraf to read hostkey

This commit is contained in:
Timo Makinen 2024-12-23 09:59:36 +00:00
parent 504cb33a94
commit 649cf7b22d

View file

@ -1,4 +1,8 @@
---
- name: Add telegraf to hostkey group
ansible.builtin.user:
name: _telegraf
groups: hostkey
- name: Install packages
ansible.builtin.package: