Hi,

Seems like I am running in circles trying to setup "universal" plays.

I have nginx role that is setting up server blocks according to defined 
users.

- name: add default site template
>   template: src=default.conf.j2 dest=/etc/nginx/sites-available/{{ item.1 
> }}.conf
>   notify: restart nginx
>   with_subelements:
>       - users
>       - webdir
>

Here are vars:

 users:
>   - user: detlic
>     webdir:
>       - woodpecker.com
>       - aligator.com
>   - user: keder
>     webdir: []
>
>
Is it possibile to pass this kind of a list in a playbook?

- {role: ansible_nginx, tags: nginx,  users:  - user: [] webdir: /var/www}
>

Obviously this is just example that does not work. But I cant figure if it 
is possibilie. 
 

-- 
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/92cf341c-b74a-4718-834f-a095b7b15b0c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to