feat: add new variable prometheus_user_comment
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1ff77d76c4
commit
29759df1c9
@ -2,6 +2,7 @@
|
||||
prometheus_version: 2.27.0
|
||||
prometheus_user: "prometheus_adm"
|
||||
prometheus_user_home: "/home/{{ prometheus_user }}"
|
||||
prometheus_user_comment: Prometheus
|
||||
prometheus_group: "{{ prometheus_user }}"
|
||||
prometheus_extra_groups: []
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
- name: Create user '{{ prometheus_user }}'
|
||||
user:
|
||||
comment: Prometheus
|
||||
comment: "{{ prometheus_user_comment }}"
|
||||
name: "{{ prometheus_user }}"
|
||||
home: "{{ prometheus_user_home }}"
|
||||
group: "{{ prometheus_group }}"
|
||||
|
Loading…
Reference in New Issue
Block a user