February 2018
Intermediate to advanced
200 pages
5h 51m
English
We can use the gce_snapshot module to create a snapshot:
- name: create snapshot of instance gce_snapshot: instance_name: app snapshot_name: app-snapshot state: present service_account_email: "{{ service_account_email }}" project_id: "{{ project_id }}" credentials_file: "{{ credentials_file }}" tags: - recipe4
Read now
Unlock full access