mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-27 15:43:22 +02:00
11 lines
178 B
YAML
11 lines
178 B
YAML
![]() |
---
|
||
|
|
||
|
- name: Create a system user
|
||
|
user:
|
||
|
name: ds
|
||
|
comment: OnlyOffice Document Server
|
||
|
system: True
|
||
|
home: /var/www/onlyoffice
|
||
|
shell: /sbin/nologin
|
||
|
tags: oo
|