From ea37dc54ff023c758daf74b366abd52bc596f59d Mon Sep 17 00:00:00 2001 From: root Date: Sun, 8 Dec 2024 20:21:35 +0100 Subject: [PATCH] add shell setting to users --- .vscode/settings.json | 3 +++ playbooks/users.yml | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..5d71af8 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "ansible.python.interpreterPath": "/bin/python3" +} \ No newline at end of file diff --git a/playbooks/users.yml b/playbooks/users.yml index 144cfb2..d717152 100644 --- a/playbooks/users.yml +++ b/playbooks/users.yml @@ -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