ansible/roles/octoprint/tasks/account.yml

11 lines
199 B
YAML
Raw Normal View History

2020-05-25 21:44:21 +00:00
---
- name: create octoprint account
become: yes
user:
name: octoprint
comment: Octoprint account
groups: tty,dialout
system: yes
password_lock: yes
home: /home/octoprint