Rename playbook moxie to bitwarden

This commit is contained in:
2021-02-27 00:03:39 -05:00
parent 43d79e7710
commit aecc2b06e7
4 changed files with 6 additions and 7 deletions

10
dev/bitwarden.yml Normal file
View File

@@ -0,0 +1,10 @@
- name: Install Bitwarden Server
hosts: all
become: true
vars_files:
- host_vars/bitwarden.yml
roles:
- base
- docker
- traefik
- bitwarden