Hi.

I'm quite new to ansible.

I have an iptables module that takes an array of ip addresses and generates 
iptables rules using a template. It works well. It's called like this:

    - { role: iptables, whitelisted_ips: [
 '1.1.1.1',  # dave
 '2.2.2.2', # dave
 '3.3.3.3', # dave
 '4.4.4.4', # malcolm
 '5.5.5.5', # edna
    ] }

As you can see, Dave has a lot of ip addresses. I'd like to call it like 
this instead:

    - { role: iptables, whitelisted_ips: [ 'dave', 'malcolm', 'edna', ] }

But I don't know where to start. How can I do this?

Hope someone can help.

-- 
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/2d858fa3-4099-42f8-9524-4468b5332c6b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to