February 2018
Intermediate to advanced
200 pages
5h 51m
English
- name: Create Firewall Rule with Source Tags gce_net: name: my-network fwname: "allow-http" allowed: tcp:80,8080 state: "present" target_tags: "http" subnet_region: us-west1 service_account_email: "{{ service_account_email }}" project_id: "{{ project_id }}" credentials_file: "{{ credentials_file }}" tags: - recipe6
- name: Create Firewall Rule with Source Range gce_net: name: my-network fwname: "allow-internal" ...
Read now
Unlock full access