Ansible playbook for configuration Bitwarden self-hosted instance.
- Create your vps.
- Configure in
inventories/host_vars/bitwarden_server. - For creation encrypted variable use
ansible-vault encrypt_string "YOUR_VALUE_HERE" --name 'account_notifications_email'account_notifications_emailis variable name, change other variables. - use
bash run.shfor starting playbook.