ansible-roles/postgresql/tasks/main.yml

15 lines
183 B
YAML
Raw Normal View History

2016-12-22 16:12:34 +01:00
---
- include: pgdg-repo.yml
when: postgresql_version != '9.4'
2017-01-05 18:10:07 +01:00
- include: packages.yml
2016-12-22 16:12:34 +01:00
- include: config.yml
2017-01-05 18:10:07 +01:00
2016-12-22 16:12:34 +01:00
- include: nrpe.yml
2017-01-05 18:10:07 +01:00
2016-12-22 16:12:34 +01:00
- include: munin.yml
2017-01-05 18:10:07 +01:00
- include: logrotate.yml