ansible/roles/node_explorer/tasks/account.yml

11 lines
195 B
YAML
Raw Normal View History

2021-09-19 17:34:38 +02:00
---
- name: create prometheus account
become: yes
user:
name: prometheus
2022-08-25 23:16:09 +02:00
comment: Prometheus account
2021-09-19 17:34:38 +02:00
system: yes
password_lock: yes
home: /nonexistent
create_home: no