Skip to content
Snippets Groups Projects
postgresql.yml 204 B
Newer Older
Engin Yoeyen's avatar
Engin Yoeyen committed
---

- name: postgresql.yml | All roles
  hosts: postgresql
  sudo: True

  roles:
    - { role: common,                   tags: ["common"] }
    - { role: ANXS.postgresql,          tags: ["postgresql"] }