mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-03 10:33:13 +02:00
bug in the gce_net module #616
This commit is contained in:
parent
2170a8ff25
commit
da76970150
1 changed files with 3 additions and 3 deletions
|
@ -12,9 +12,9 @@
|
|||
|
||||
- name: Network configured
|
||||
gce_net:
|
||||
name: "algo-{{ server_name }}"
|
||||
fwname: "algo-{{ server_name }}-fw"
|
||||
allowed: "udp:500,4500;tcp:22;icmp"
|
||||
name: "algo-net-{{ server_name }}"
|
||||
fwname: "algo-net-{{ server_name }}-fw"
|
||||
allowed: "udp:500,4500;tcp:22"
|
||||
state: "present"
|
||||
mode: auto
|
||||
src_range: 0.0.0.0/0
|
||||
|
|
Loading…
Add table
Reference in a new issue