Files
configpolicy/bitwarden_rs.yml
Dustin C. Hatch 14cb924ba7 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.
2019-09-19 19:27:29 -05:00

12 lines
203 B
YAML

- hosts: bitwarden_rs
vars_files:
- vault/bitwarden
roles:
- bitwarden_rs
tasks:
- meta: flush_handlers
- name: ensure apache is running
service:
name: httpd
state: started