2021-02-01 22:42:41 -05:00
|
|
|
---
|
2021-02-18 14:40:11 -05:00
|
|
|
- name: SETUP -> mongo containers
|
|
|
|
hosts: mongo
|
2021-02-01 22:42:41 -05:00
|
|
|
vars:
|
|
|
|
- update_apt_cache: yes
|
2021-02-02 23:03:15 -05:00
|
|
|
- motd_role: db
|
2021-02-01 22:42:41 -05:00
|
|
|
vars_files:
|
2021-04-13 11:59:37 -04:00
|
|
|
- ../env_vars/base.yml
|
2021-02-01 22:42:41 -05:00
|
|
|
|
|
|
|
roles:
|
2021-02-18 14:40:11 -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'}
|
|
|
|
- {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 20:44:57 -05:00
|
|
|
- {role: 'consul-client', tags: 'consul'}
|
2021-05-17 10:09:50 -04:00
|
|
|
- {role: 'node-exporter', tags: 'node-exporter'}
|
2021-02-15 19:13:05 -05:00
|
|
|
- {role: 'mongo', tags: 'mongo'}
|
2021-04-13 11:59:37 -04:00
|
|
|
- {role: 'monitor', tags: 'monitor'}
|
2021-05-10 13:58:43 -04:00
|
|
|
- {role: 'benchmark', tags: 'benchmark'}
|