mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
expose cloud_environment override in azure_rm modules (#28743)
* Can be set via env, credential profile, or module arg * Valid values defined by Azure Python SDK, currently `AzureCloud`,`AzureChinaCloud`,`AzureUSGovernment`,`AzureGermanCloud` or any Azure Stack metadata discovery URL.
This commit is contained in:
parent
6aaa0c3252
commit
b3f2d1befe
7 changed files with 131 additions and 54 deletions
|
@ -119,6 +119,14 @@ Or, pass the following parameters for Active Directory username/password:
|
|||
* subscription_id
|
||||
|
||||
|
||||
Other Cloud Environments
|
||||
------------------------
|
||||
|
||||
To use an Azure Cloud other than the default public cloud (eg, Azure China Cloud, Azure US Government Cloud, Azure Stack),
|
||||
pass the "cloud_environment" argument to modules, configure it in a credential profile, or set the "AZURE_CLOUD_ENVIRONMENT"
|
||||
environment variable. The value is either a cloud name as defined by the Azure Python SDK (eg, "AzureChinaCloud",
|
||||
"AzureUSGovernment"; defaults to "AzureCloud") or an Azure metadata discovery URL (for Azure Stack).
|
||||
|
||||
Creating Virtual Machines
|
||||
-------------------------
|
||||
|
||||
|
|
|
@ -174,8 +174,8 @@ AWS
|
|||
|
||||
Azure
|
||||
-----
|
||||
- Expose endpoint overrides **(in progress)**
|
||||
- Reformat/document module output to collapse internal API structures and surface important data (eg, public IPs, NICs, data disks)
|
||||
- Expose endpoint overrides **(done)**
|
||||
- Reformat/document module output to collapse internal API structures and surface important data (eg, public IPs, NICs, data disks) **(pushed to future)**
|
||||
- Add load balancer module **(in progress)**
|
||||
- Add Azure Functions module **(in progress)**
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue