Hi, I'm creating an EC2 instance, then assigning an eIP to it, after I want to create a route53 entry using the eIP's CNAME (eip task only returns ip_address not the dns name sadly).
My current approach is to attempt to refresh the EC2 instance information (from the control host, I can't login on the box yet; so no ec2_facts), and from the refreshed information pull the public_dns_name. However I can't find a simple way to refresh the instance information (other than aws ec2 describe-instances --filter .. and then doing all kinds of magic to have ansible understand it's output).. Anyone who's doing something similar or who could give me some pointers? Thanks, Nico. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/cff8cc40-20fc-4062-a0b8-1e96f1dfd3fd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
