sky-uk / clusterverse

Full-lifecycle cloud infrastructure cluster management, using Ansible
BSD 3-Clause "New" or "Revised" License
15 stars 8 forks source link

[UPDATE] Allow Direction selection and priority config for GCP firewall #134

Closed JamalSky closed 1 year ago

JamalSky commented 1 year ago

Allow GCP firewall rules to be built with the direction parameter and the priority config. https://docs.ansible.com/ansible/latest/collections/google/cloud/gcp_compute_firewall_module.html#parameter-direction This allows us to set EGRESS or INGRESS. Default will be INGRESS.

https://docs.ansible.com/ansible/latest/collections/google/cloud/gcp_compute_firewall_module.html#parameter-priority This allows us to set priority. Default will be 1000.