mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-29 23:03:05 +00:00
Compare commits
6 Commits
automember
...
v0.3.8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0a1f289f3c | ||
|
|
949ad28b8c | ||
|
|
1b70d8a0be | ||
|
|
daf4aafb27 | ||
|
|
e1ad061a96 | ||
|
|
f785e8ba23 |
@@ -127,6 +127,7 @@ Variable | Description | Required
|
||||
`automember_type` | Grouping to which the rule applies. It can be one of `group`, `hostgroup`. | yes
|
||||
`inclusive` | List of dictionaries in the format of `{'key': attribute, 'expression': inclusive_regex}` | no
|
||||
`exclusive` | List of dictionaries in the format of `{'key': attribute, 'expression': exclusive_regex}` | no
|
||||
`action` | Work on automember or member level. It can be one of `member` or `automember` and defaults to `automember`. | no
|
||||
`state` | The state to ensure. It can be one of `present`, `absent`, default: `present`. | no
|
||||
|
||||
|
||||
|
||||
1
meta/runtime.yml
Normal file
1
meta/runtime.yml
Normal file
@@ -0,0 +1 @@
|
||||
requires_ansible: ">=2.9"
|
||||
Reference in New Issue
Block a user