xfs_quota

Collection: community.general

Full Name: parallax.community.general.xfs_quota

Aliases: community.general.xfs_quota, xfs_quota

Synopsis

Manage xfs quota

Parameters

NameTypeRequiredDefaultDescription
namestringyesThe user, group, or project name to set quota for
bhardstringHard block limit
bsoftstringSoft block limit
ihardstringHard inode limit
isoftstringSoft inode limit
mountpointstringyesThe XFS mountpoint to apply quota to
rtbhardstringHard realtime block limit
rtbsoftstringSoft realtime block limit
typestringuserThe quota type Choices: user, group, project
statestringpresentState of the quota Choices: present, absent

Example

- name: Example xfs_quota task
  xfs_quota:
    name: <your_name>
    mountpoint: <your_mountpoint>