Initial commit
This commit is contained in:
7
playbooks/postgres_install.yml
Normal file
7
playbooks/postgres_install.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Install postgresql
|
||||
hosts: postgres
|
||||
roles:
|
||||
- install_postgres
|
||||
- configure_postgres
|
||||
- postgres_backup
|
||||
Reference in New Issue
Block a user