[ansible-project] Re: turn on boto debugging in Ansible (~/.boto)

2018-03-08 Thread MB
Had the same issue. Here's what I did to get Boto debug working. Maybe some of these steps are not needed, I didn't take the time to investigate more. 1) Created a ~/.boto.cfg file as you did, with the following content (I put my AWS credentials here on purpose): [Boto] debug = 2

[ansible-project] Re: RDS Module "promote" function not working. Reporting "ok", but not making a change.

2015-09-02 Thread MB
Same problem here. No relevant output or error, but slave is not promoted. We use Ansible 1.9.2 and Boto 2.37.0. Should a Github issue be opened? On Tuesday, June 23, 2015 at 12:07:28 PM UTC-5, Sena Heydari wrote: > > The role play: > > - name: Promote Read-Replica to New Standalone RDS Instance

Re: [ansible-project] Re: how to get ip address of an RDS instance using the RDS module ?

2014-10-09 Thread MB
On Wednesday, October 23, 2013 5:47:12 PM UTC+2, Nicolas G wrote: After successfuly creating a new RDS instance I'm still not able to get the endpoint address in the playbook : - name: get RDS instance facts local_action: rds command=facts instance_name={{ instance_name }}