dell / dellemc-openmanage-ansible-modules

Dell OpenManage Ansible Modules
GNU General Public License v3.0
336 stars 163 forks source link

Documentation for ansible collections module dellemc.openmanage? #189

Closed davehouser1 closed 3 years ago

davehouser1 commented 3 years ago

I am running ansible 2.10.4. From the following post it seems that I must use the ansible collections module:

https://github.com/dell/dellemc-openmanage-ansible-modules/issues/159

There does not seem to be much documentation on how to use your dellemc.openmanage collection module. The only documentation I found for dellemc ansible was at this link, however no where does the documentation detail how to use your collection modules:

https://github.com/dell/dellemc-openmanage-ansible-modules/tree/devel/guides

Is the documentation like above on how to use your dellemc.openmanage collection module? Really we want to gather all hardware logs off all hosts to confirm if any alarms have happened in the past.

davehouser1 commented 3 years ago

nm, comments in the python modules detail how to use them. Go to your collections (mine was in ~/.ansible/collections/ansible_collections/dellemc/openmanage/plugins/modules). Any specific module you want to use, open the module and read the comments in line.