infrastructure / ansible / vault.example.yml
Commits | bovarysme Add instructions to upgrade OpenBSD in README.md Committed on Oct 18, 2020
445 B | Download
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
--- # Note: bcrypt password hashes can be generated using the provided # `mkpasswd.py` Python script # The root user bcrypt password hash vault_root_password_hash: # The provisioning user bcrypt password hash vault_user_password_hash: # The mail user bcrypt password hash vault_mail_user_password_hash: # The WireGuard server private key vault_wireguard_server_private_key: # The WireGuard client public key vault_wireguard_client_public_key: |