server-sdk/ansible/install-postgres.yml
2019-11-11 09:29:42 +01:00

9 lines
117 B
YAML

- hosts: db
become: yes
vars_files:
- postgresql/vars.yml
vars:
roles:
- geerlingguy.postgresql