Skip to content

Commit 0cc1944

Browse files
committed
Configure deployer
1 parent 29a7f3f commit 0cc1944

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

articles/virtual-machines/workloads/sap/automation-deploy-control-plane.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ New-SAPAutomationRegion -DeployerParameterfile .\DEPLOYER\MGMT-WEEU-DEP00-INFRAS
115115
> Be sure to replace the sample value `<subscriptionID>` with your subscription ID.
116116
> Replace the `<appID>`, `<password>`, `<tenant>` values with the output values of the SPN creation
117117
118-
### Configure the deployer (deployments without public IP)
118+
### Manually configure the deployer (deployments without public IP)
119119

120120
If you deploy the deployer without a public IP Terraform is not able to configure the deployer Virtual Machine as it will not be able to connect to it.
121121

@@ -144,8 +144,23 @@ Connect to the deployer by following these steps:
144144
> [!NOTE]
145145
>The default username is *azureadm*
146146
147+
Configure the deployer using the following script:
147148

148149

150+
```cloudshell-interactive
151+
mkdir -p ~/Azure_SAP_Automated_Deployment
152+
153+
cd ~/Azure_SAP_Automated_Deployment
154+
155+
git clone https://github.com/Azure/sap-automation.git
156+
157+
cd sap-automation/deploy/scripts
158+
159+
./configure_deployer.sh
160+
```
161+
162+
The script will install Terraform and Ansible and configure the deployer.
163+
149164
## Next step
150165

151166
> [!div class="nextstepaction"]

0 commit comments

Comments
 (0)