Skip to content

Latest commit

 

History

History
83 lines (57 loc) · 1.54 KB

install-deployer.md

File metadata and controls

83 lines (57 loc) · 1.54 KB
online version schema author ms.author ms.reviewer ms.date ms.topic ms.service ms.subservice title description
2.0.0
kimforss
kimforss
kimforss
10/21/2021
reference
sap-on-azure
sap-automation
install_deployer.sh
Bootstrap a new deployer in the control plane using a shell script.

install_deployer.sh

Synopsis

You can use the script install_deployer.sh to set up a new deployer VM in the control plane.

Syntax

install_deployer.sh [ --parameterfile ] <String> 
[-i | --auto-approve]

Description

The script install_deployer.sh sets up a new deployer in the control plane.

The deployer VM has installation of Ansible and Terraform. You use the deployer VM to deploy the SAP artifacts.

Examples

Example 1

install_deployer.sh --parameterfile MGMT-WEEU-DEP00-INFRASTRUCTURE.tfvars

Parameters

--parameterfile

Sets the parameter file for the deployer VM. For more information, see Configuring the control plane.

Type: String
Aliases: `-p`

Required: True

--auto-approve

Enables silent deployment.

Type: SwitchParameter
Aliases: `-i`

Required: False

--help

Shows help for the script.

Type: SwitchParameter
Aliases: `-h`

Required: False

Notes

v0.9 - Initial version

Copyright (c) Microsoft Corporation. Licensed under the MIT license.

Related links

GitHub repository: SAP on Azure Deployment Automation Framework