Skip to content

Instantly share code, notes, and snippets.

@rorlig
rorlig / rds_vpc_pg_multi-zone_launch.yml
Created February 18, 2016 21:06 — forked from kennwhite/rds_vpc_pg_multi-zone_launch.yml
Ansible Playbook: Create multi-zone Postgres on RDS in a VPC
# Ansible RDS Multi-AZ Postgres
#
# Assumes existing Security Group, VPC, and RDS Subnet Groups.
#
# To install Ansible on OSX:
# sudo easy_install pip
# sudo pip install paramiko PyYAML jinja2 (might be prompted to install XCode & re-run)
# sudo pip install ansible
# sudo pip install boto
# sudo mkdir /etc/ansible