--
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 ansible-proje...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to a topic in the Google Groups "Ansible Project" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ansible-project/4ikSS5s9kD8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ansible-proje...@googlegroups.com.
--
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 ansible-proje...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to a topic in the Google Groups "Ansible Project" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ansible-project/4ikSS5s9kD8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ansible-proje...@googlegroups.com.
If you happen to be running a multi-az RDS deployment, the IP address with change whenever it feels like it.
Think of it the same as using an ELB, and only use the endpoint.
--
After successfuly creating a new RDS instance I'm still not able to get the endpoint address in the playbook :"""- name: get RDS instance factslocal_action: rds command=facts instance_name={{ instance_name }} region={{ region }}register: rds# RDS creation can take a long time for the status to be ready casuing problems for the- name: RDS endpoint is --> {{ rds.endpoint }}debug: msg=" RDS endpoint is --> {{ rds.endpoint }}""""