aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/postgres.yml
blob: fb7f7aafee0ef38dfdcdc459d9a99e5c93e16943 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- name: configure postgresql
  hosts: postgresql_servers
  tags: postgres,postgresql
  roles:
    - role: common
      tags: common

    - role: postgresql_server

    - role: archive_job
      archive_name: postgres
      archive_user: '{{ postgresql_user }}'
      archive_shell: '{{ postgresql_archive_shell }}'
      tags: archive