2021-02-01 22:49:32 -05:00
|
|
|
---
|
2021-02-18 14:40:11 -05:00
|
|
|
- name: SETUP -> postgresql containers
|
|
|
|
hosts: postgres
|
2021-02-01 22:49:32 -05:00
|
|
|
vars_files:
|
2021-04-13 11:59:37 -04:00
|
|
|
- ../env_vars/base.yml
|
2021-02-01 22:49:32 -05:00
|
|
|
vars:
|
|
|
|
- update_apt_cache: yes
|
2021-02-03 10:43:08 -05:00
|
|
|
- motd_role: db
|
2021-02-23 15:53:46 -05:00
|
|
|
|
2021-02-01 22:49:32 -05:00
|
|
|
roles:
|
2021-02-18 14:40:11 -05:00
|
|
|
- {role: 'base', tags: 'base'}
|
|
|
|
- {role: 'docker', tags: 'docker'}
|
2021-07-23 18:13:19 -04:00
|
|
|
- {role: 'repo', tags: ['repo', 'pull']}
|
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-21 12:02:07 -04:00
|
|
|
- {role: 'node-exporter', tags: ['node-exporter', 'metrics']}
|
2021-02-15 19:13:23 -05:00
|
|
|
- {role: 'postgres', tags: 'postgres'}
|
2022-05-02 13:03:47 -04:00
|
|
|
- {role: 'ufw', tags: 'ufw'}
|
2021-03-02 10:39:50 -05:00
|
|
|
- {role: 'monitor', tags: 'monitor'}
|
2021-12-17 16:53:28 -05:00
|
|
|
- {role: 'backups', tags: 'backups'}
|