mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
adding limit to inventory_source collection module
This commit is contained in:
parent
57e005b775
commit
510f54b904
@ -64,6 +64,10 @@ options:
|
||||
description:
|
||||
- If specified, AWX will only import hosts that match this regular expression.
|
||||
type: str
|
||||
limit:
|
||||
description:
|
||||
- Enter host, group or pattern match
|
||||
type: str
|
||||
credential:
|
||||
description:
|
||||
- Credential to use for the source.
|
||||
@ -172,6 +176,7 @@ def main():
|
||||
enabled_var=dict(),
|
||||
enabled_value=dict(),
|
||||
host_filter=dict(),
|
||||
limit=dict(),
|
||||
credential=dict(),
|
||||
execution_environment=dict(),
|
||||
custom_virtualenv=dict(),
|
||||
@ -279,6 +284,7 @@ def main():
|
||||
'enabled_value',
|
||||
'host_filter',
|
||||
'scm_branch',
|
||||
'limit',
|
||||
)
|
||||
|
||||
# Layer in all remaining optional information
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user