mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
add basic azure support for kargo
This commit is contained in:
12
roles/kubernetes/preinstall/templates/azure-cloud-config.j2
Normal file
12
roles/kubernetes/preinstall/templates/azure-cloud-config.j2
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"tenantId": "{{ azure_tenant_id }}",
|
||||
"subscriptionId": "{{ azure_subscription_id }}",
|
||||
"aadClientId": "{{ azure_aad_client_id }}",
|
||||
"aadClientSecret": "{{ azure_aad_client_secret }}",
|
||||
"resourceGroup": "{{ azure_resource_group }}",
|
||||
"location": "{{ azure_location }}",
|
||||
"subnetName": "{{ azure_subnet_name }}",
|
||||
"securityGroupName": "{{ azure_security_group_name }}",
|
||||
"vnetName": "{{ azure_vnet_name }}",
|
||||
"routeTableName": "{{ azure_route_table_name }}"
|
||||
}
|
||||
Reference in New Issue
Block a user