mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-07 09:07:03 +02:00
Update to 2022-07-21 01:00
This commit is contained in:
9
roles/nomad/tasks/user.yml
Normal file
9
roles/nomad/tasks/user.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
- name: Create nomad user
|
||||
user:
|
||||
name: "{{ nomad_user }}"
|
||||
home: "{{ nomad_root_dir }}"
|
||||
system: True
|
||||
shell: /sbin/nologin
|
||||
tags: nomad
|
Reference in New Issue
Block a user