The role play:

- name: Promote Read-Replica to New Standalone RDS Instance

  rds:

    command: promote

    instance_name: new-db

    aws_access_key: "{{ some-key }}"

    aws_secret_key: "{{ some-secret }}"

    region: us-east-1


Output from -vvvv (anonymized):


<127.0.0.1> REMOTE_MODULE rds region=us-east-1 command=promote 
aws_access_key=some-key aws_secret_key=some-secret instance_name=new-db

<127.0.0.1> EXEC ['/bin/sh', '-l', '-c', 'mkdir -p 
$HOME/.ansible/tmp/ansible-tmp-1435075726.85-46917134810376 && chmod a+rx 
$HOME/.ansible/tmp/ansible-tmp-1435075726.85-46917134810376 && echo 
$HOME/.ansible/tmp/ansible-tmp-1435075726.85-46917134810376']

<127.0.0.1> PUT /tmp/tmpvipCL4 TO 
/home/dir/.ansible/tmp/ansible-tmp-1435075726.85-46917134810376/rds

<127.0.0.1> EXEC ['/bin/sh', '-l', '-c', u'LANG=en_US.UTF-8 
LC_CTYPE=en_US.UTF-8 /usr/bin/python 
/home/dir/.ansible/tmp/ansible-tmp-1435075726.85-46917134810376/rds; rm -rf 
/home/dir/.ansible/tmp/ansible-tmp-1435075726.85-46917134810376/ >/dev/null 
2>&1']

ok: [127.0.0.1] => {"changed": false, "instance": {"availability_zone": 
"us-east-1d", "backup_retention": 0, "create_time": 1435073003.518, 
"endpoint": "new-db.account-num.us-east-1.rds.amazonaws.com", "id": 
"new-db", "instance_type": "db.m3.large", "iops": null, 
"maintenance_window": "mon:03:00-mon:03:30", "multi_zone": false, "port": 
3306, "replication_source": "source-db", "status": "available", "username": 
"someroot", "vpc_security_groups": "sg-something"}}


Testing run with full RDS rights for user with access-key/secret. 


Boto Version also up to date:


Type "help", "copyright", "credits" or "license" for more information.

>>> import boto

>>> boto.Version

'2.38.0'


Play runs as "ok", but I confirmed the DB is still read-replica in AWS 
console. 


Anything obvious I'm missing, or is this a bug?

-- 
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/9c5797d5-c193-4cb5-8ef4-95b7cfa6d86e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to