Passing variables for "with_subelements" in a play

190 views
Skip to first unread message

Marko Lisica

unread,
Apr 7, 2014, 9:58:47 AM4/7/14
to ansible...@googlegroups.com
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.
 

Michael DeHaan

unread,
Apr 9, 2014, 9:40:01 AM4/9/14
to ansible...@googlegroups.com
- {role: ansible_nginx, tags: nginx,  users:  - user: [] webdir: /var/www}


Try running this through yamllint.com and you'll see this isn't quite valid YAML, which is the problem.

 



--
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 ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
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.

Marko_Lisica

unread,
Apr 9, 2014, 11:13:40 AM4/9/14
to ansible...@googlegroups.com
Thanks that solved it. :)


--
You received this message because you are subscribed to a topic in the Google Groups "Ansible Project" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ansible-project/URYfgkz0EpI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ansible-proje...@googlegroups.com.

To post to this group, send email to ansible...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages