February 2018
Intermediate to advanced
200 pages
5h 51m
English
- name: Create Custom Network gce_net: name: my-network mode: custom subnet_name: "public-subnet" subnet_region: us-west1 ipv4_range: '10.0.0.0/24' state: "present" service_account_email: "{{ service_account_email }}" project_id: "{{ project_id }}" credentials_file: "{{ credentials_file }}" tags: - recipe2
- name: create public ip gce_eip: name: app region: us-west1 state: present service_account_email: "{{ service_account_email }}" project_id: "{{ project_id }}" credentials_file: "{{ credentials_file }}" register: app_eip tags: - recipe2
Read now
Unlock full access