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/7c536c0e-5401-4707-9755-57aed271789e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to