aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/postgres.yml
blob: 72192ecc30c1be75c29e50c7dbdbb4668503a7f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- import_playbook: common.yml
  vars:
    hostlist: postgresql_servers

- name: configure postgresql
  hosts: postgresql_servers
  tags: postgres,postgresql
  roles:
    - role: postgresql_server

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