mirror of
https://gitlab.com/spaceti-app/integrations/common/server-sdk.git
synced 2026-07-12 19:40:37 +02:00
9 lines
117 B
YAML
9 lines
117 B
YAML
- hosts: db
|
|
become: yes
|
|
vars_files:
|
|
- postgresql/vars.yml
|
|
vars:
|
|
|
|
roles:
|
|
- geerlingguy.postgresql
|