[ansible-project] Re: AWS ec2_elb register multiple instances to and elb?

2015-03-12 Thread Eoin Verling
;> File >>> "/home/ec2-user/.ansible/tmp/ansible-tmp-1425971748.07-61887153074694/ec2_elb", >>> >>> line 2126, in >>> >>> main() >>> >>> File >>> "/home/ec2-user/.ansible/tmp/ansible-tmp-142

[ansible-project] AWS ec2_elb register multiple instances to and elb?

2015-03-09 Thread Eoin Verling
Hi, I'm trying to add instances to an ELB, I may be looking at this the wrong way. I have X number of instances, running ElasticSearch for example. I want to create an ELB, and add (register) all the instance ids, with my "elasticsearch" tag, to that ELB. Is the "ec2_elb" module designed to "r

Re: [ansible-project] ec2_eip is not idempotent

2014-11-11 Thread Eoin Verling
Agree with Ananda ... precisely what I did. I noticed I was running out of EIPs, each call created a new one but didn't associate it (as the instance already had one!) ... so I just added a "when" the instance.public_ip == none ... works like a charm e On Friday, 31 October 2014 04:24:15 UTC,

[ansible-project] AWS / Elastic Beanstalk? / Docker / Ansible .. orchestration?

2014-10-18 Thread Eoin Verling
Hi, I'm wondering how to orchestrate dockers, on AWS, via Ansible? I currently manage my AWS infrastructure with Ansible (network, instances, volumes, groups, lb, etc) and manage deployments / upgrades to AWS via Ansible .. and I'm interested in / thinking about utilising Dockers. I can (via