Skip to content

Commit

Permalink
Add prometheus user inside ssl-cert group
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderGreen committed Jul 20, 2016
1 parent 860ec3e commit 90fa74d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- curl
- tar
- bzip2
- ca-certificates

- name: create prometheus system group
group:
Expand All @@ -21,6 +22,7 @@
system: yes
shell: "/sbin/nologin"
group: "{{ prometheus_group }}"
groups: "ssl-cert"
createhome: no

- name: create prometheus directories
Expand Down

0 comments on commit 90fa74d

Please sign in to comment.