diff options
Diffstat (limited to 'ansible_collections/dellemc/openmanage/docs/DOCUMENTATION.md')
-rw-r--r-- | ansible_collections/dellemc/openmanage/docs/DOCUMENTATION.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ansible_collections/dellemc/openmanage/docs/DOCUMENTATION.md b/ansible_collections/dellemc/openmanage/docs/DOCUMENTATION.md index b89afba7f..9119699c1 100644 --- a/ansible_collections/dellemc/openmanage/docs/DOCUMENTATION.md +++ b/ansible_collections/dellemc/openmanage/docs/DOCUMENTATION.md @@ -8,7 +8,10 @@ You may obtain a copy of the License at https://www.gnu.org/licenses/gpl-3.0.txt --> ## Playbooks and Tutorials -* For the latest sample playbooks and examples, see [playbooks](https://github.com/dell/dellemc-openmanage-ansible-modules/tree/collections/playbooks). +* For the latest sample playbooks and example for idrac, see [idrac playbooks](https://github.com/dell/dellemc-openmanage-ansible-modules/tree/collections/playbooks/idrac). +* For the latest sample playbooks and examples for redfish, see [redfish playbooks](https://github.com/dell/dellemc-openmanage-ansible-modules/tree/collections/playbooks/redfish). +* For the latest sample playbooks and examples for ome, see [ome playbooks](https://github.com/dell/dellemc-openmanage-ansible-modules/tree/collections/playbooks/ome). +* For the latest sample playbooks and examples for roles, see [roles playbooks](https://github.com/dell/dellemc-openmanage-ansible-modules/tree/collections/playbooks/roles). * For the tutorials and sample use cases, see the tutorials available at [developer.dell.com](https://developer.dell.com/). ## Module documentations @@ -36,5 +39,5 @@ You may obtain a copy of the License at ```export REQUESTS_CA_BUNDLE=/usr/share/ssl-certs/ca-cert.pem``` ### Ignore SSL certificate validation -It is common to run a test environment without a proper SSL certificate configuration. To disable the certificate validation for a module, set the validate_certs module argument to ```False``` in the playbook. +It is common to run a test environment without a proper SSL certificate configuration. To disable the certificate validation for a module, set the validate_certs module argument to ```false``` in the playbook. |