mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-05 16:44:16 +02:00
131 B
131 B
Setup
Cookie Secret
To generate a cookie secret execute:
ansible-vault encrypt_string "$(openssl rand -hex 16)"