From 38b7c80217c4e72b1d8988eb1e60bb6e77334114 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 18 Apr 2024 07:52:22 +0200 Subject: Adding upstream version 9.4.0+dfsg. Signed-off-by: Daniel Baumann --- ansible_collections/dellemc/openmanage/docs/DOCUMENTATION.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'ansible_collections/dellemc/openmanage/docs/DOCUMENTATION.md') 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. -- cgit v1.2.3