telegraf: Allow telegraf to read hostkey
This commit is contained in:
parent
504cb33a94
commit
649cf7b22d
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
||||||
---
|
---
|
||||||
|
- name: Add telegraf to hostkey group
|
||||||
|
ansible.builtin.user:
|
||||||
|
name: _telegraf
|
||||||
|
groups: hostkey
|
||||||
|
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
ansible.builtin.package:
|
ansible.builtin.package:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue