Hi there,

According to this example:

# Simple example of creating a new firewall rule
- local_action:
    module: gce_net
    name: privatenet
    fwname: all-web-webproxy
    allowed: tcp:80,8080
    src_tags: ["web", "proxy"]



I should be able to create a network with 2 firewall rules in 1 step. In 
this example both rules relate to the tcp protocol. Is there a way to 
define rules for tcp as well as ucp in one line?

Currently I do a with_dict loop .....

thx

Peter

-- 
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/fd215562-b347-4db3-978b-0f0d085228ab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to