Update..
This commit is contained in:
14
roles/sudo_users/vars/main.yml
Normal file
14
roles/sudo_users/vars/main.yml
Normal file
@ -0,0 +1,14 @@
|
||||
passwords:
|
||||
andy: $1$34556rtg$KT1r9T2MGzpBUIS5iJ90N.
|
||||
urs: $1$34556rtg$4K/6EKUB0GTMmzwAiClTU0
|
||||
robert: $1$3qerxfkj$OkBu/4EsxpTYSh29BxUIc1
|
||||
peter: $1$q35w04et$pMG6WRf33iPGKOEYVBLTV0
|
||||
ewald: $1$4tsdghsl$oc0zuI3qUcg1G2pCmSxT5.
|
||||
chris: $1$X8nguz3$JXZt4tGOLGgPLhF4nE5JU/
|
||||
|
||||
# chris is a contractor from OOpen, who helps us with server management.
|
||||
|
||||
# To add new entry generate hashed password with following command
|
||||
# and add a line with the username and the generated password hash:
|
||||
|
||||
# openssl passwd -salt <salt> -1 "<plaintext_password>"
|
Reference in New Issue
Block a user