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:
2019-09-19 17:21:09 -05:00
parent 1f535e980f
commit 14cb924ba7
7 changed files with 88 additions and 0 deletions

11
bitwarden_rs.yml Normal file
View 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