Hmm, looks promising but seems to be the opposite of what I want.  I would 
want to create a new group ID that references an existing group. Another 
solution would be to dynamically create an extra-var or similar root/global 
scoped variable. Is there anything like set_extra_var with behaviour 
similar to set_fact?  This is pushing back toward the functionality that 
works:

- hosts: "{{ extra_var }}"   I tested this and it works
- hosts: "{{ dynamically_created_extra_var }}"    Does this exist?

On Tuesday, April 12, 2016 at 2:47:19 PM UTC-7, Stephen Granger wrote:
>
> Just want to make sure you've considered add_host
> http://docs.ansible.com/ansible/add_host_module.html
>

-- 
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/76296ac2-030a-409a-9551-cf15ad79b229%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to