1
0
mirror of https://git.lapiole.org/dani/ansible-roles.git synced 2025-04-26 23:23:22 +02:00
2021-12-01 19:13:34 +01:00

11 lines
217 B
YAML

---
- name: Create a system user account
user:
name: "{{ funkwhale_user }}"
comment: "Funkwhale system user"
system: True
shell: /sbin/nologin
home: "{{ funkwhale_root_dir }}"
tags: funkwhale