|
|
@ -93,9 +93,10 @@ requirements:
|
|
|
|
- azure >= 2.0.0
|
|
|
|
- azure >= 2.0.0
|
|
|
|
|
|
|
|
|
|
|
|
notes:
|
|
|
|
notes:
|
|
|
|
- For authentication with Azure you can pass parameters, set environment variables or use a profile stored
|
|
|
|
- For authentication with Azure you can pass parameters, set environment variables, use a profile stored
|
|
|
|
in ~/.azure/credentials. Authentication is possible using a service principal or Active Directory user.
|
|
|
|
in ~/.azure/credentials, or log in before you run your tasks or playbook with C(az login).
|
|
|
|
To authenticate via service principal, pass subscription_id, client_id, secret and tenant or set environment
|
|
|
|
- Authentication is also possible using a service principal or Active Directory user.
|
|
|
|
|
|
|
|
- To authenticate via service principal, pass subscription_id, client_id, secret and tenant or set environment
|
|
|
|
variables AZURE_SUBSCRIPTION_ID, AZURE_CLIENT_ID, AZURE_SECRET and AZURE_TENANT.
|
|
|
|
variables AZURE_SUBSCRIPTION_ID, AZURE_CLIENT_ID, AZURE_SECRET and AZURE_TENANT.
|
|
|
|
- To authenticate via Active Directory user, pass ad_user and password, or set AZURE_AD_USER and
|
|
|
|
- To authenticate via Active Directory user, pass ad_user and password, or set AZURE_AD_USER and
|
|
|
|
AZURE_PASSWORD in the environment.
|
|
|
|
AZURE_PASSWORD in the environment.
|
|
|
@ -103,4 +104,9 @@ notes:
|
|
|
|
a [default] section and the following keys: subscription_id, client_id, secret and tenant or
|
|
|
|
a [default] section and the following keys: subscription_id, client_id, secret and tenant or
|
|
|
|
subscription_id, ad_user and password. It is also possible to add additional profiles. Specify the profile
|
|
|
|
subscription_id, ad_user and password. It is also possible to add additional profiles. Specify the profile
|
|
|
|
by passing profile or setting AZURE_PROFILE in the environment."
|
|
|
|
by passing profile or setting AZURE_PROFILE in the environment."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
seealso:
|
|
|
|
|
|
|
|
- name: Sign in with Azure CLI
|
|
|
|
|
|
|
|
link: https://docs.microsoft.com/en-us/cli/azure/authenticate-azure-cli?view=azure-cli-latest
|
|
|
|
|
|
|
|
description: How to authenticate using the C(az login) command.
|
|
|
|
'''
|
|
|
|
'''
|
|
|
|