playbooks/setup-postgres-standalone.yaml

9 lines
158 B
YAML

---
- name: Deploy standalone PostgreSQL
hosts: all
become: true
gather_facts: true
roles:
- role: roles/vhosts/postgres
tags: [postgresql]