cloudera.exe.mount role – Create and mount a storage volume

Note

This role is part of the cloudera.exe collection (version 3.0.0).

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 cloudera.exe..

To use it in a playbook, specify: cloudera.exe.mount.

Entry point main – Create and mount a storage volume

New in cloudera.exe 2.0.1

Synopsis

  • Create, format, and mount an LVM partition for a specified storage volume. Includes the installation of the LVM2 OS package.

Parameters

Parameter

Comments

mount_fstype

string

Format type for the partition(s).

Default: "xfs"

mount_provider

string

The infrastructure provider.

For aws, EBS NVME volume attachments will be mapped and mounted.

Choices:

  • "aws"

mount_volumes

list / elements=dictionary / required

Version of the AMD ROCm package.

device

string / required

The device identifier.

fstype

string

Format type for the partition.

The default format type is defined by mount_fstype.

mount

path / required

The mount path on the host.

Authors

  • Cloudera Labs