feat(vaultwarden): add ansible role
This commit is contained in:
6
playbooks/vaultwarden.yml
Normal file
6
playbooks/vaultwarden.yml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Install and configure vaultwarden
|
||||
hosts: "{{ vaultwarden_hosts | default('vaultwarden') }}"
|
||||
become: "{{ vaultwarden_become | default(true, false) }}"
|
||||
roles:
|
||||
- role: finallycoffee.services.vaultwarden
|
Reference in New Issue
Block a user