Skip to content
Snippets Groups Projects
Commit 93f4aee5 authored by Mike Hanby's avatar Mike Hanby
Browse files

Update node_exporter.yml

parent 215b4a21
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,14 @@
tags:
- extract
- name: Create system group for user account {{ node_exporter_group }}
ansible.builtin.group:
name: "{{ node_exporter_group }}"
system: true
state: present
tags:
- configuration
- name: Create system user account {{ node_exporter_user }}
ansible.builtin.user:
name: "{{ node_exporter_user }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment