Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save tomwwright/ce41d3d58415e43b0848e1bef9169a5a to your computer and use it in GitHub Desktop.

Select an option

Save tomwwright/ce41d3d58415e43b0848e1bef9169a5a to your computer and use it in GitHub Desktop.
ansibled : aurora : group vars : aurora cluster
# group_vars/aurora.cluster.yml
# ---
# default variables for hosts in the group for Aurora clusters
aurora_cluster_port: 3306
aurora_cluster_security_group_ids:
- "{{ vpc_security_group_ids['vpc'] }}"
aurora_cluster_availability_zones:
- "{{ aws_region }}a"
- "{{ aws_region }}b"
- "{{ aws_region }}c"
aurora_cluster_subnet_ids:
- "{{ vpc_subnet_ids['private-a'] }}"
- "{{ vpc_subnet_ids['private-b'] }}"
- "{{ vpc_subnet_ids['private-c'] }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment