Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default Argument Specs in module_utils #6

Open
exp-hc opened this issue Dec 6, 2021 · 0 comments
Open

Default Argument Specs in module_utils #6

exp-hc opened this issue Dec 6, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@exp-hc
Copy link
Member

exp-hc commented Dec 6, 2021

We are repeating the following block in all argument specs for kibana_ modules, this should be added to kibana.py in module_utils. The same applies to the other module_utils, however, their spec will differ slightly.

host=dict(type='str', required=True)
port=dict(type='int', default=9243)
username=dict(type='str', required=True)
password=dict(type='str', required=True, no_log=True)
@exp-hc exp-hc added the enhancement New feature or request label Dec 6, 2021
@exp-hc exp-hc linked a pull request Dec 30, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant