improve docs
This commit is contained in:
16
docs/users.md
Normal file
16
docs/users.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
|
||||
Creates users specified in the `users` variable. Syntax:
|
||||
|
||||
```
|
||||
users:
|
||||
- name: username
|
||||
password: hashed password
|
||||
ssh_pubkey: 'ssh-rsa...'
|
||||
- name: 'user1'
|
||||
password: '$6$...'
|
||||
ssh_pubkey: 'ssh-ed25519...'
|
||||
shell: '/usr/bin/fish'
|
||||
```
|
||||
|
||||
Specifying `shell` is optional
|
||||
Reference in New Issue
Block a user