mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
11 lines
217 B
YAML
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
|