mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-09-13 19:14:49 +02:00
Update to 2022-02-16 19:00
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- name: Create ma1sd user account
|
- name: Create ma1sd user account
|
||||||
user: name={{ ma1sd_user }} home={{ ma1sd_root_dir }} shell=/bin/bash state=present
|
user: name={{ ma1sd_user }} home={{ ma1sd_root_dir }} shell=/sbin/nologin state=present
|
||||||
tags: matrix
|
tags: matrix
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- name: Create synapse user account
|
- name: Create synapse user account
|
||||||
user: name={{ synapse_user }} home={{ synapse_root_dir }} shell=/bin/bash state=present
|
user: name={{ synapse_user }} home={{ synapse_root_dir }} shell=/sbin/nologin state=present
|
||||||
tags: matrix
|
tags: matrix
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user