minor doc fixes to pam_limits

pull/18777/head
Brian Coca 9 years ago committed by Matt Clay
parent 5be637a354
commit 9f57c1b114

@ -38,12 +38,12 @@ options:
required: true required: true
limit_type: limit_type:
description: description:
- Limit type : hard or soft. - Limit type, see C(man limits) for an explanation
required: true required: true
choices: [ "hard", "soft" ] choices: [ "hard", "soft" ]
limit_item: limit_item:
description: description:
- The limit to be set : core, data, nofile, cpu, etc. - The limit to be set
required: true required: true
choices: [ "core", "data", "fsize", "memlock", "nofile", "rss", "stack", "cpu", "nproc", "as", "maxlogins", "maxsyslogins", "priority", "locks", "sigpending", "msgqueue", "nice", "rtprio", "chroot" ] choices: [ "core", "data", "fsize", "memlock", "nofile", "rss", "stack", "cpu", "nproc", "as", "maxlogins", "maxsyslogins", "priority", "locks", "sigpending", "msgqueue", "nice", "rtprio", "chroot" ]
value: value:

Loading…
Cancel
Save