ansible-roles/postgresql/tasks/main.yml

15 lines
183 B
YAML

---
- include: pgdg-repo.yml
when: postgresql_version != '9.4'
- include: packages.yml
- include: config.yml
- include: nrpe.yml
- include: munin.yml
- include: logrotate.yml