Add root to users
This commit is contained in:
parent
4e78606061
commit
5f1a9e63ba
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,12 @@
|
|||
system_user_create:
|
||||
system_user_noveria_create:
|
||||
user.present:
|
||||
- name: noveria
|
||||
- shell: /bin/false
|
||||
- home: /home/noveria
|
||||
- usergroup: True
|
||||
- createhome: True
|
||||
|
||||
system_user_root_edit:
|
||||
user.present:
|
||||
- name: root
|
||||
- shell: /bin/zsh
|
Loading…
Reference in a new issue