add shell setting to users
This commit is contained in:
parent
02698c04d9
commit
ea37dc54ff
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"ansible.python.interpreterPath": "/bin/python3"
|
||||
}
|
||||
|
|
@ -33,6 +33,7 @@
|
|||
groups:
|
||||
- sudo_passwordless
|
||||
append: true
|
||||
shell: /bin/bash
|
||||
password: "$y$j9T$lFmEIGHoVlJMj8lklmG/O0$Cxh4sTsBk8FUgMqbJBqIee58hg8r4kXcv4/P1UDZMmD"
|
||||
|
||||
- name: Create user matty
|
||||
|
|
@ -42,6 +43,7 @@
|
|||
groups:
|
||||
- sudo_passwordless
|
||||
append: true
|
||||
shell: /bin/bash
|
||||
password: "$y$j9T$UC70HSbFYAg7I306Q204R.$Jfvjvhrw.UIPL9WI6pX7LdWvuvJS1VH3DJT6EFHQ/XB"
|
||||
|
||||
- name: Create user kandertova
|
||||
|
|
@ -51,6 +53,7 @@
|
|||
groups:
|
||||
- sudo_passwordless
|
||||
append: true
|
||||
shell: /bin/bash
|
||||
password: "$y$j9T$46ejfvmwiL46oswXXNjLg.$AfjG8EKB0DzjBPuC7luLhxY/iDmzkQlHWvc6mgx6Jw0"
|
||||
|
||||
- name: Allow passwordless sudo for the group in sudoers
|
||||
|
|
|
|||
Loading…
Reference in a new issue