mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 07:37:20 +02:00
Update to 2022-08-29 11:00
This commit is contained in:
9
roles/linstor_controller/tasks/user.yml
Normal file
9
roles/linstor_controller/tasks/user.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
- name: Create linstor-controller user
|
||||
user:
|
||||
name: linstor-controller
|
||||
system: True
|
||||
shell: /sbin/nologin
|
||||
home: /var/lib/linstor
|
||||
tags: drbd
|
Reference in New Issue
Block a user