community.google.gce_pd module – utilize GCE persistent disk resources
Note
This module is part of the community.google collection (version 1.0.0).
You might already have this collection installed if you are using the ansible
package.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install community.google
.
You need further requirements to be able to use this module,
see Requirements for details.
To use it in a playbook, specify: community.google.gce_pd
.
Synopsis
This module can create and destroy unformatted GCE persistent disks https://developers.google.com/compute/docs/disks#persistentdisks. It also supports attaching and detaching disks from running instances. Full install/configuration instructions for the gce* modules can be found in the comments of ansible/test/gce_tests.py.
Requirements
The below requirements are needed on the host that executes this module.
python >= 2.6
apache-libcloud >= 0.13.3, >= 0.17.0 if using JSON credentials
Parameters
Parameter |
Comments |
---|---|
path to the JSON file associated with the service account email |
|
If Choices:
|
|
do not destroy the disk, merely detach it from an instance Choices:
|
|
Specify a Default: |
|
A list of other projects (accessible with the provisioning credentials) to be searched for the image. |
|
the source image to use for the disk |
|
The image family to use to create the instance. If image has been used image_family is ignored. Cannot specify both image and source. |
|
instance name if you wish to attach or detach the disk |
|
GCE mount mode of disk, READ_ONLY (default) or READ_WRITE Choices:
|
|
name of the disk |
|
path to the pem file associated with the service account email This option is deprecated. Use ‘credentials_file’. |
|
your GCE project ID |
|
service account email |
|
whole integer size of disk (in GB) to create, default is 10 GB Default: |
|
the source snapshot to use for the disk |
|
desired state of the persistent disk Available choices are: Default: |
|
zone in which to create the disk Default: |
Examples
- name: Simple attachment action to an existing instance
local_action:
module: gce_pd
instance_name: notlocalhost
size_gb: 5
name: pd