Demo environment for my PGConf US 2016 Presentation Deploying and Managing PostgreSQL with Ansible
- Ansible (tested with version 2.0.1.0)
- Vagrant (tested with version 1.8.1)
- Virtualbox (tested with version 4.3.32)
The Simple Demo environment will create 3 postgres instances with the same database and user installed on each one. It's a quick way to see how Ansible modules can be used in a playbook.
The Full Demo environment will create 2 postgres clusters with streaming replication, a barman instance for backup and recovery and a pgbouncer instance for session pooling and load balancing.