8 lines
128 B
YAML
8 lines
128 B
YAML
---
|
|
- name: Install postgresql
|
|
hosts: postgres
|
|
roles:
|
|
- install_postgres
|
|
- configure_postgres
|
|
- postgres_backup
|