ansible/roles/node_explorer/tasks/account.yml

11 lines
194 B
YAML

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