mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-10-17 11:38:08 +00:00
9 lines
131 B
Markdown
9 lines
131 B
Markdown
# Setup
|
|
|
|
## Cookie Secret
|
|
|
|
To generate a cookie secret execute:
|
|
|
|
```bash
|
|
ansible-vault encrypt_string "$(openssl rand -hex 16)"
|
|
``` |