add shell setting to users

This commit is contained in:
root 2024-12-08 20:21:35 +01:00
parent 02698c04d9
commit ea37dc54ff
2 changed files with 6 additions and 0 deletions

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"ansible.python.interpreterPath": "/bin/python3"
}

View file

@ -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