add exemple for the user_vault
This commit is contained in:
parent
80d4b9eebd
commit
e2f64666f6
2 changed files with 9 additions and 0 deletions
9
group_vars/all/user_vault.example
Normal file
9
group_vars/all/user_vault.example
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
uservault_users:
|
||||
- {
|
||||
name: lorem,
|
||||
groups: sudo,
|
||||
shell: "/bin/bash",
|
||||
password_hash: "$6$lvbzekjvbzejbvzvzvbzvbzhvbzbv....aezrfv/", # the string betwenn the first and second `:` in /etc/shadow
|
||||
ssh_key: "ssh-rsa azrekgnbmoienbzrinoien...aoeuzn user@host"
|
||||
}
|
Loading…
Reference in a new issue