11 lines
168 B
YAML
11 lines
168 B
YAML
- name: Install Bitwarden Server
|
|
hosts: all
|
|
become: true
|
|
vars_files:
|
|
- host_vars/bitwarden.yml
|
|
roles:
|
|
- base
|
|
- docker
|
|
- traefik
|
|
- bitwarden
|