Add node_exporter group
This commit is contained in:
parent
50457a01e9
commit
2e5466eb5f
1 changed files with 4 additions and 0 deletions
|
@ -189,6 +189,10 @@
|
|||
permissions: rwx
|
||||
state: present
|
||||
|
||||
- name: Ensure there is a node_exporter group
|
||||
group:
|
||||
name: node_exporter
|
||||
|
||||
- name: Add puppet to node_exporter group
|
||||
user:
|
||||
name: puppet
|
||||
|
|
Loading…
Reference in a new issue