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.

GitHub repository: SAP on Azure Deployment Automation Framework