https://github.com/mother-of-all-self-hosting/ansible-role-vaultwarden
An Ansible role for installing the Vaultwarden password manager
https://github.com/mother-of-all-self-hosting/ansible-role-vaultwarden
ansible-role docker vaultwarden
Last synced: 7 months ago
JSON representation
An Ansible role for installing the Vaultwarden password manager
- Host: GitHub
- URL: https://github.com/mother-of-all-self-hosting/ansible-role-vaultwarden
- Owner: mother-of-all-self-hosting
- License: agpl-3.0
- Created: 2023-03-16T09:53:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-08T04:56:15.000Z (8 months ago)
- Last Synced: 2025-03-26T11:02:30.903Z (7 months ago)
- Topics: ansible-role, docker, vaultwarden
- Language: Jinja
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vaultwarden Ansible role
This is an [Ansible](https://www.ansible.com/) role which installs [Vaultwarden](https://github.com/dani-garcia/vaultwarden) to run as a [Docker](https://www.docker.com/) container wrapped in a systemd service.
This role *implicitly* depends on:
- [`com.devture.ansible.role.playbook_help`](https://github.com/devture/com.devture.ansible.role.playbook_help)
- [`com.devture.ansible.role.systemd_docker_base`](https://github.com/devture/com.devture.ansible.role.systemd_docker_base)
Check [defaults/main.yml](defaults/main.yml) for the full list of supported options.
For an Ansible playbook which integrates this role and makes it easier to use, see the [mash-playbook](https://github.com/mother-of-all-self-hosting/mash-playbook).