[ansible-project] Re: ecs_taskdefinition module not creating new revision

2016-11-22 Thread Brian Jackson
If nothing has changed on the second run then it's behaving correctly. I'm have a related problem (which lead me to this thread) where I do change the definition in the playbook but Ansible doesn't create a new revision. In my case I'm updating the tag in the image. In your example I'd be

[ansible-project] Re: Ansible and EC2 Auto-Scaling

2016-10-12 Thread Brian Jackson
Chris I haven't gotten this far yet so YMMV...see inline On Friday, October 7, 2016 at 12:38:24 PM UTC-7, Chris Short wrote: > > ... > And now the question(s): > > 1) How can I make Ansible aware EC2 auto-scaling has created new systems? > I think you are looking for the concept of the Dynamic

[ansible-project] [Windows] Is there a way to install a single Windows Update by KB article ID?

2016-10-12 Thread Brian Jackson
I don't see this functionality in the `win_updates` module, but I wanted to ask. I have a prerequisite on Windows 7 to install KB2999226 and KB2842230. I'd prefer to not install every available update to preserve consistency, portability, reproducibility, etc. Is there an easy way to do this?

[ansible-project] Re: Developing playbooks on Windows

2016-08-10 Thread Brian Jackson
d it out on an > Insider build and its certainly good enough to develop playbooks in and run > them against a few windows hosts. Once it is available in official > released window 10, I intend trying it out to see if I can make a slicker > development workflow. > > Hope this he