mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-19 23:00:22 -07:00
Type options of inventory plugins (#8625)
Type options of inventory plugins.
This commit is contained in:
parent
daed4dcc94
commit
f9a56b9a9b
9 changed files with 21 additions and 2 deletions
|
@ -16,11 +16,13 @@ DOCUMENTATION = r'''
|
|||
options:
|
||||
plugin:
|
||||
description: token that ensures this is a source file for the 'online' plugin.
|
||||
type: string
|
||||
required: true
|
||||
choices: ['online', 'community.general.online']
|
||||
oauth_token:
|
||||
required: true
|
||||
description: Online OAuth token.
|
||||
type: string
|
||||
env:
|
||||
# in order of precedence
|
||||
- name: ONLINE_TOKEN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue