add exemple for the user_vault

This commit is contained in:
Jean-Marie Mineau 2021-01-29 23:58:38 +01:00
parent 80d4b9eebd
commit e2f64666f6
2 changed files with 9 additions and 0 deletions

View 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"
}