mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
16 lines
246 B
YAML
16 lines
246 B
YAML
![]() |
---
|
||
|
- hosts: www
|
||
|
remote_user: nb
|
||
|
vars:
|
||
|
- update_apt_cache: yes
|
||
|
- motd_role: app
|
||
|
vars_files:
|
||
|
- env_vars/base.yml
|
||
|
|
||
|
roles:
|
||
|
- base
|
||
|
- docker
|
||
|
- consul
|
||
|
- haproxy
|
||
|
- {role: etchosts, tags: 'etchosts'}
|