NewsBlur/ansible/setup_app.yml

16 lines
235 B
YAML
Raw Normal View History

---
- hosts: all
remote_user: nb
vars:
- update_apt_cache: yes
- motd_role: app
vars_files:
- env_vars/base.yml
roles:
- base
- docker
- web
2021-02-08 19:22:51 -05:00
- {role: 'nginx', tags: 'nginx'}
2021-02-04 11:09:41 -05:00
- consul-client