improves pam_limits documentation (#43526)
- the man page is actually limits.conf - uses code highlighting for these
This commit is contained in:
parent
4549962f85
commit
54e1bca62a
1 changed files with 5 additions and 4 deletions
|
@ -20,8 +20,9 @@ author:
|
|||
- "Sebastien Rohaut (@usawa)"
|
||||
short_description: Modify Linux PAM limits
|
||||
description:
|
||||
- The C(pam_limits) module modify PAM limits, default in /etc/security/limits.conf.
|
||||
For the full documentation, see man limits.conf(5).
|
||||
- The C(pam_limits) module modifies PAM limits. The default file is
|
||||
C(/etc/security/limits.conf). For the full documentation, see C(man 5
|
||||
limits.conf).
|
||||
options:
|
||||
domain:
|
||||
description:
|
||||
|
@ -29,7 +30,7 @@ options:
|
|||
required: true
|
||||
limit_type:
|
||||
description:
|
||||
- Limit type, see C(man limits) for an explanation
|
||||
- Limit type, see C(man 5 limits.conf) for an explanation
|
||||
required: true
|
||||
choices: [ "hard", "soft", "-" ]
|
||||
limit_item:
|
||||
|
@ -94,7 +95,7 @@ options:
|
|||
required: false
|
||||
default: ''
|
||||
notes:
|
||||
- If dest file doesn't exists, it is created.
|
||||
- If C(dest) file doesn't exist, it is created.
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Reference in a new issue