mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-30 19:34:45 +00:00
Merge pull request #218 from rjeffman/fix_sudorule_docs
Add documentation of missing variables for sudorule.
This commit is contained in:
@@ -125,6 +125,8 @@ Variable | Description | Required
|
|||||||
`usercategory` | User category the rule applies to. Choices: ["all"] | no
|
`usercategory` | User category the rule applies to. Choices: ["all"] | no
|
||||||
`hostcategory` | Host category the rule applies to. Choices: ["all"] | no
|
`hostcategory` | Host category the rule applies to. Choices: ["all"] | no
|
||||||
`cmdcategory` | Command category the rule applies to. Choices: ["all"] | no
|
`cmdcategory` | Command category the rule applies to. Choices: ["all"] | no
|
||||||
|
`runasusercategory` | RunAs User category the rule applies to. Choices: ["all"] | no
|
||||||
|
`runasgroupcategory` | RunAs Group category the rule applies to. Choices: ["all"] | no
|
||||||
`nomembers` | Suppress processing of membership attributes. (bool) | no
|
`nomembers` | Suppress processing of membership attributes. (bool) | no
|
||||||
`host` | List of host name strings assigned to this sudorule. | no
|
`host` | List of host name strings assigned to this sudorule. | no
|
||||||
`hostgroup` | List of host group name strings assigned to this sudorule. | no
|
`hostgroup` | List of host group name strings assigned to this sudorule. | no
|
||||||
|
|||||||
Reference in New Issue
Block a user