bitwarden_rs: Deploy Bitwarden_rs using Docker
The *bitwarden_rs* role sets up the Bitwarden_rs server using its official Docker container. It sets up Apache as a reverse proxy for TLS support.
This commit is contained in:
11
bitwarden_rs.yml
Normal file
11
bitwarden_rs.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
- hosts: bitwarden_rs
|
||||
vars_files:
|
||||
- vault/bitwarden
|
||||
roles:
|
||||
- bitwarden_rs
|
||||
tasks:
|
||||
- meta: flush_handlers
|
||||
- name: ensure apache is running
|
||||
service:
|
||||
name: httpd
|
||||
state: started
|
||||
Reference in New Issue
Block a user