ansible/roles/node_explorer/tasks/account.yml

11 lines
195 B
YAML

---
- name: create prometheus account
become: yes
user:
name: prometheus
comment: Prometheus account
system: yes
password_lock: yes
home: /nonexistent
create_home: no