ansible/group_vars/all/user_vault.example

11 lines
356 B
Plaintext
Raw Normal View History

2021-01-29 23:58:38 +01:00
---
uservault_users:
- {
name: lorem,
groups: sudo,
shell: "/bin/bash",
password_hash: "$6$lvbzekjvbzejbvzvzvbzvbzhvbzbv....aezrfv/", # the string betwenn the first and second `:` in /etc/shadow
2021-04-15 15:40:23 +02:00
ssh_key: "ssh-rsa azrekgnbmoienbzrinoien...aoeuzn user@host",
totp: "daeae8ce486f6636d68c37c21ce002" # the hex value
2021-01-29 23:58:38 +01:00
}