2021-01-20 17:49:37 -05:00
|
|
|
---
|
2021-02-18 14:40:11 -05:00
|
|
|
- name: SETUP -> app containers
|
2021-05-19 17:26:47 -04:00
|
|
|
hosts: web
|
2021-02-23 15:53:46 -05:00
|
|
|
vars_files:
|
2021-04-13 11:59:37 -04:00
|
|
|
- ../env_vars/base.yml
|
2021-01-20 17:49:37 -05:00
|
|
|
vars:
|
|
|
|
- update_apt_cache: yes
|
2021-01-28 19:06:30 -05:00
|
|
|
- motd_role: app
|
2021-01-20 17:49:37 -05:00
|
|
|
|
|
|
|
roles:
|
2021-02-11 20:44:57 -05:00
|
|
|
- {role: 'base', tags: 'base'}
|
2021-05-14 18:40:43 -04:00
|
|
|
- {role: 'ufw', tags: 'ufw'}
|
2021-02-18 14:40:11 -05:00
|
|
|
- {role: 'docker', tags: 'docker'}
|
2021-02-17 16:48:07 -05:00
|
|
|
- {role: 'repo', tags: 'repo'}
|
2021-02-18 20:53:23 -05:00
|
|
|
- {role: 'dnsmasq', tags: 'dnsmasq'}
|
2021-02-10 18:43:47 -05:00
|
|
|
- {role: 'consul', tags: 'consul'}
|
2021-02-11 19:39:46 -05:00
|
|
|
- {role: 'consul-client', tags: 'consul'}
|
2021-05-21 12:02:07 -04:00
|
|
|
|
2021-02-11 20:44:57 -05:00
|
|
|
- {role: 'web', tags: 'web'}
|
2021-02-08 19:22:51 -05:00
|
|
|
- {role: 'nginx', tags: 'nginx'}
|
2021-05-21 12:02:07 -04:00
|
|
|
- {role: 'node-exporter', tags: ['node-exporter', 'metrics']}
|