Re: [ansible-project] Strange behaviour or misconfig ? (RDS and local connection)

2014-10-30 Thread Michael DeHaan
"Unfortunately this results in a strange behaviour, when the common role will be executed it will also try to run on the RDS server which is not possible since RDS instances have only mysql access and no ssh" I would not apply those roles to those hosts and not try to talk to machines that don't h

[ansible-project] Strange behaviour or misconfig ? (RDS and local connection)

2014-10-27 Thread Nicolas G
Hi All, I'm using the bellow config in order to deploy Ansible in AWS with no problem , the *db* servers are actually *RDS* instances and the rest is all EC2 instances. ### inventory hosts file: [db] db1.example.com ansible_connection=local [web] web1.example.com web2.example.com web3.example