mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
13 lines
215 B
YAML
13 lines
215 B
YAML
---
|
|
- hosts: postgres
|
|
remote_user: tt
|
|
vars:
|
|
- update_apt_cache: yes
|
|
vars_files:
|
|
- env_vars/base.yml
|
|
- env_vars/dev.yml
|
|
- env_vars/postgresql.yml
|
|
|
|
roles:
|
|
- postgresql
|
|
- docker
|