mirror of
https://github.com/viq/NewsBlur.git
synced 2025-11-01 09:09:16 +00:00
14 lines
198 B
YAML
14 lines
198 B
YAML
---
|
|
- hosts: all
|
|
remote_user: nb
|
|
vars:
|
|
- update_apt_cache: yes
|
|
- motd_role: app
|
|
vars_files:
|
|
- env_vars/base.yml
|
|
|
|
roles:
|
|
- base
|
|
- docker
|
|
- web
|
|
- nginx
|