mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 06:31:23 -07:00
DatacenterFactsModule for HPE OneView (#32701)
* Added support to Datacenter resources in HPE OneView * Adjusting comments in oneview_datacenter_facts * Adding no_log on the documentation * Using Pytest to Oneview DatacenterFactsModule tests
This commit is contained in:
parent
bb3991218e
commit
2114278947
5 changed files with 315 additions and 1 deletions
|
@ -207,7 +207,7 @@ class OneViewModuleBase(object):
|
|||
config=dict(type='path'),
|
||||
hostname=dict(type='str'),
|
||||
username=dict(type='str'),
|
||||
password=dict(type='str'),
|
||||
password=dict(type='str', no_log=True),
|
||||
api_version=dict(type='int'),
|
||||
image_streamer_hostname=dict(type='str')
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue