@@ -873,7 +873,7 @@ For this example configuration, the resource group is `LAB-SECE-DEP05-INFRASTRUC
873
873
vi sap-parameters.yaml
874
874
```
875
875
876
- 1. Update the `bom_base_name` with the name BOM. Replace `<Deployer KeyVault Name>` with the name of the Azure key vault for the deployer resource group.
876
+ 1. Update the `bom_base_name` with the name BOM. Replace `<Deployer KeyVault Name>` with the name of the Azure Key Vault for the deployer resource group.
877
877
878
878
Your file should look similar to the following example configuration:
879
879
@@ -918,7 +918,7 @@ For this example configuration, the resource group is `LAB-SECE-DEP05-INFRASTRUC
918
918
"${@}"
919
919
)
920
920
921
- # Run the playbook to retrieve the ssh key from the Azure key vault
921
+ # Run the playbook to retrieve the ssh key from the Azure Key Vault
922
922
ansible-playbook "${playbook_options[@]}" ~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/pb_get-sshkey.yaml
923
923
924
924
# Run the playbook to perform the Operating System configuration
@@ -949,7 +949,7 @@ For this example configuration, the resource group is `LAB-SECE-DEP05-INFRASTRUC
949
949
"${@}"
950
950
)
951
951
952
- # Run the playbook to retrieve the ssh key from the Azure key vault
952
+ # Run the playbook to retrieve the ssh key from the Azure Key Vault
953
953
ansible-playbook "${playbook_options[@]}" ~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/pb_get-sshkey.yaml
954
954
955
955
# Run the playbook to perform the Operating System configuration
@@ -1003,7 +1003,7 @@ playbook_options=(
1003
1003
"${@}"
1004
1004
)
1005
1005
1006
- # Run the playbook to retrieve the ssh key from the Azure key vault
1006
+ # Run the playbook to retrieve the ssh key from the Azure Key Vault
1007
1007
ansible-playbook "${playbook_options[@]}" ~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/pb_get-sshkey.yaml
1008
1008
1009
1009
# Run the playbook to perform the Operating System configuration
@@ -1032,7 +1032,7 @@ playbook_options=(
1032
1032
"${@}"
1033
1033
)
1034
1034
1035
- # Run the playbook to retrieve the ssh key from the Azure key vault
1035
+ # Run the playbook to retrieve the ssh key from the Azure Key Vault
1036
1036
ansible-playbook "${playbook_options[@]}" ~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/pb_get-sshkey.yaml
1037
1037
1038
1038
# Run the playbook to perform the SAP Specific Operating System configuration
@@ -1062,7 +1062,7 @@ playbook_options=(
1062
1062
"${@}"
1063
1063
)
1064
1064
1065
- # Run the playbook to retrieve the ssh key from the Azure key vault
1065
+ # Run the playbook to retrieve the ssh key from the Azure Key Vault
1066
1066
ansible-playbook "${playbook_options[@]}" ~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/pb_get-sshkey.yaml
1067
1067
1068
1068
# Run the playbook to download the software from the SAP Library
@@ -1092,7 +1092,7 @@ playbook_options=(
1092
1092
"${@}"
1093
1093
)
1094
1094
1095
- # Run the playbook to retrieve the ssh key from the Azure key vault
1095
+ # Run the playbook to retrieve the ssh key from the Azure Key Vault
1096
1096
ansible-playbook "${playbook_options[@]}" ~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/pb_get-sshkey.yaml
1097
1097
1098
1098
# Run the playbook to download the software from the SAP Library
@@ -1122,7 +1122,7 @@ playbook_options=(
1122
1122
"${@}"
1123
1123
)
1124
1124
1125
- # Run the playbook to retrieve the ssh key from the Azure key vault
1125
+ # Run the playbook to retrieve the ssh key from the Azure Key Vault
1126
1126
ansible-playbook "${playbook_options[@]}" ~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/pb_get-sshkey.yaml
1127
1127
1128
1128
# Run the playbook to download the software from the SAP Library
@@ -1152,7 +1152,7 @@ playbook_options=(
1152
1152
"${@}"
1153
1153
)
1154
1154
1155
- # Run the playbook to retrieve the ssh key from the Azure key vault
1155
+ # Run the playbook to retrieve the ssh key from the Azure Key Vault
1156
1156
ansible-playbook "${playbook_options[@]}" ~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/pb_get-sshkey.yaml
1157
1157
1158
1158
# Run the playbook to download the software from the SAP Library
@@ -1182,7 +1182,7 @@ playbook_options=(
1182
1182
"${@}"
1183
1183
)
1184
1184
1185
- # Run the playbook to retrieve the ssh key from the Azure key vault
1185
+ # Run the playbook to retrieve the ssh key from the Azure Key Vault
1186
1186
ansible-playbook "${playbook_options[@]}" ~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/pb_get-sshkey.yaml
1187
1187
1188
1188
# Run the playbook to download the software from the SAP Library
@@ -1211,7 +1211,7 @@ playbook_options=(
1211
1211
"${@}"
1212
1212
)
1213
1213
1214
- # Run the playbook to retrieve the ssh key from the Azure key vault
1214
+ # Run the playbook to retrieve the ssh key from the Azure Key Vault
1215
1215
ansible-playbook "${playbook_options[@]}" ~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/pb_get-sshkey.yaml
1216
1216
1217
1217
# Run the playbook to download the software from the SAP Library
@@ -1240,7 +1240,7 @@ playbook_options=(
1240
1240
"${@}"
1241
1241
)
1242
1242
1243
- # Run the playbook to retrieve the ssh key from the Azure key vault
1243
+ # Run the playbook to retrieve the ssh key from the Azure Key Vault
1244
1244
ansible-playbook "${playbook_options[@]}" ~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/pb_get-sshkey.yaml
1245
1245
1246
1246
# Run the playbook to download the software from the SAP Library
@@ -1271,7 +1271,7 @@ playbook_options=(
1271
1271
" ${@ } "
1272
1272
)
1273
1273
1274
- # Run the playbook to retrieve the ssh key from the Azure key vault
1274
+ # Run the playbook to retrieve the ssh key from the Azure Key Vault
1275
1275
ansible-playbook " ${playbook_options[@]} " ~ /Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/pb_get-sshkey.yaml
1276
1276
1277
1277
# Run the playbook to download the software from the SAP Library
0 commit comments