[ansible-project] Re: Powering EC2 instances on/off

2014-04-25 Thread James Carroll
I'm fairly new to Ansible. How do I get your code into my Ansible install so I can use it? I run from source. Thanks! James On Monday, April 21, 2014 12:29:03 PM UTC-4, cove_s wrote: Hi folks, We’re trying to implement a system where we can power environments on and off AWS when

[ansible-project] Making sure an EC2 instance is running

2014-04-15 Thread James Carroll
Howdy all, I'm trying to create a playbook that would insure that a certain set of EC2 instances is running before initiating a process. I've played with the EC2 dynamic inventory but it seems to return only instances that are already running and I didn't see anything in the ini that would

[ansible-project] Multiple actions in task

2014-04-07 Thread James Carroll
I have two tasks, one works (sorta) and the other doesn't (at all). The first: - name: Install JCE when: jce_install == true copy: src=US_export_policy.jar dest={{item}} with_items: - {{jre_path}} - {{jdk_path}} copy: src=local_policy.jar dest={{item}} with_items: -

Re: [ansible-project] Deleting files based on a name pattern

2014-04-03 Thread James Carroll
in this case, though you won't be able to use the deletes= keyword to the shell module to override the changed value so it will register as a change every time. On Wed, Apr 2, 2014 at 1:05 PM, James Carroll james@idmworks.comjavascript: wrote: I'm trying to clear a directory with certain