ansible-roles/roles/linstor_controller/tasks/user.yml

10 lines
163 B
YAML
Raw Normal View History

2022-08-29 11:00:17 +02:00
---
- name: Create linstor-controller user
user:
name: linstor-controller
system: True
shell: /sbin/nologin
home: /var/lib/linstor
tags: drbd