Skip to content

Commit

Permalink
ansible_users add support for false and nologin shell for Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
imp1sh committed Jun 21, 2024
1 parent c1dc1fb commit 5bf509e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions roles/ansible_users/vars/Debian.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
shells:
zsh: "/usr/bin/zsh"
sh: "/usr/bin/sh"
bash: "/usr/bin/bash"
fish: "/usr/bin/fish"
"zsh": "/usr/bin/zsh"
"sh": "/usr/bin/sh"
"bash": "/usr/bin/bash"
"fish": "/usr/bin/fish"
"nologin": "/usr/sbin/nologin"
"false": "/usr/bin/false"
shellpackages:
zsh: "zsh"
sh: "bash"
Expand Down

0 comments on commit 5bf509e

Please sign in to comment.