Closed oucil closed 7 years ago
This repository has been locked. All new issues and pull requests should be filed in https://github.com/ansible/ansible
Please read through the repomerge page in the dev guide.
This issue was moved to ansible/ansible#19114
ISSUE TYPE
COMPONENT NAME
route53_zone
ANSIBLE VERSION
CONFIGURATION
N/A
OS / ENVIRONMENT
N/A
SUMMARY
We keep our ansible machine in a totally separate VPC ("mgmt") from the Production VPC ("prod") that it manages so that we can bring up or pull down development deployments ("dev") without touching the production deployment.
Our playbook creates a new private zone in route53 for the new "dev" deployment, and includes the
vpc_id
, however, in order for ansible to have access to work with any of the instances we bring up in the new "dev" VPC, we need to ALSO attach the "mgmt" VPC to the Route53 zone so it can use the new hostnames. We need to be able to specify more than onevpc_id
for the zone to be attached to.STEPS TO REPRODUCE
EXPECTED RESULTS
Creation of a new Route 53 Zone, with 2 VPC ID's attached.