Moved to «Ansible Development» 
https://groups.google.com/d/msg/ansible-devel/kYUi8fvKZMI/vRdYrKYbFwAJ

On Wednesday, December 23, 2015 at 9:50:07 AM UTC+5, Alexey Vazhnov wrote:
>
> Hi!
>
> I want to suggest a few major and valuable, as I see it, features and 
> invite community to discuss:
>
> * Add 'creates' and 'removes' parameters for any task, not only for 
> modules like 'shell', as it works now.
> * Add 'run_once_by' parameter for running task once for each unique value 
> of 'run_once_by'.
>
> For example: I have a variable 'ec2_region' and need to create security 
> groups once in region, so I'll able to do the following:
>
> - name:
>   sudo: False
>   delegate_to: 127.0.0.1
>   run_once_by: "{{ ec2_region }}"
>   ec2_group:
>     …
>
>
> So, I think these are may be pretty useful and often appliable for practic 
> usage.
>

-- 
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/33ce098a-4350-40ea-b27a-0bde288be69f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to