From 35e327c8fc35c3fba884669c9f2bcdc64edd6c1b Mon Sep 17 00:00:00 2001 From: David Soper Date: Wed, 11 Sep 2024 09:11:33 -0500 Subject: [PATCH] Update README.md Add information on using Intersight's EU instance api_uril --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 964247e..eb00140 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ See [using Ansible collections](https://docs.ansible.com/ansible/devel/user_guid Authentication with the Intersight API requires the use of API keys that should be generated within the Intersight UI. See (https://intersight.com/help) or (https://communities.cisco.com/docs/DOC-76947) for more information on generating and using API keys. If you do not have an Intersight account, Cisco's dCloud provides an Intersight demo that you can use: https://dcloud2-rtp.cisco.com/content/instantdemo/cisco-intersight-infrastructure-services. -Because Intersight has a single API endpoint, minimal setup is required in playbooks or variables to access the API. Here's an example playbook: +Minimal setup is required in playbooks or variables to access the API. By default modules use an api_uri for Intersight's US instance `https://intersight.com/api/v1`. If you need to use Intersight's EU instance you'll need to set `api_uri: https://eu-central-1.intersight.com/api/v1`. Here's an example playbook with other required API parameters: ``` --- - hosts: localhost @@ -135,4 +135,4 @@ Cisco's DevNet includes a Learning Lab on using this collection at https://devel ## License Information -Licensed under the [MIT License](https://github.com/CiscoDevNet/intersight-ansible/blob/main/LICENSE.txt). \ No newline at end of file +Licensed under the [MIT License](https://github.com/CiscoDevNet/intersight-ansible/blob/main/LICENSE.txt).