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:
|
groups:
|
||||||
- sudo_passwordless
|
- sudo_passwordless
|
||||||
append: true
|
append: true
|
||||||
|
shell: /bin/bash
|
||||||
password: "$y$j9T$lFmEIGHoVlJMj8lklmG/O0$Cxh4sTsBk8FUgMqbJBqIee58hg8r4kXcv4/P1UDZMmD"
|
password: "$y$j9T$lFmEIGHoVlJMj8lklmG/O0$Cxh4sTsBk8FUgMqbJBqIee58hg8r4kXcv4/P1UDZMmD"
|
||||||
|
|
||||||
- name: Create user matty
|
- name: Create user matty
|
||||||
|
|
@ -42,6 +43,7 @@
|
||||||
groups:
|
groups:
|
||||||
- sudo_passwordless
|
- sudo_passwordless
|
||||||
append: true
|
append: true
|
||||||
|
shell: /bin/bash
|
||||||
password: "$y$j9T$UC70HSbFYAg7I306Q204R.$Jfvjvhrw.UIPL9WI6pX7LdWvuvJS1VH3DJT6EFHQ/XB"
|
password: "$y$j9T$UC70HSbFYAg7I306Q204R.$Jfvjvhrw.UIPL9WI6pX7LdWvuvJS1VH3DJT6EFHQ/XB"
|
||||||
|
|
||||||
- name: Create user kandertova
|
- name: Create user kandertova
|
||||||
|
|
@ -51,6 +53,7 @@
|
||||||
groups:
|
groups:
|
||||||
- sudo_passwordless
|
- sudo_passwordless
|
||||||
append: true
|
append: true
|
||||||
|
shell: /bin/bash
|
||||||
password: "$y$j9T$46ejfvmwiL46oswXXNjLg.$AfjG8EKB0DzjBPuC7luLhxY/iDmzkQlHWvc6mgx6Jw0"
|
password: "$y$j9T$46ejfvmwiL46oswXXNjLg.$AfjG8EKB0DzjBPuC7luLhxY/iDmzkQlHWvc6mgx6Jw0"
|
||||||
|
|
||||||
- name: Allow passwordless sudo for the group in sudoers
|
- name: Allow passwordless sudo for the group in sudoers
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue