Skip to content

Commit ae5eee6

Browse files
author
Kimmo Forss
committed
ID documentation
1 parent 8d60b89 commit ae5eee6

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

articles/sap/automation/configure-sap-parameters.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,35 @@ description: Define SAP parameters for Ansible
44
author: kimforss
55
ms.author: kimforss
66
ms.reviewer: kimforss
7-
ms.date: 10/19/2022
7+
ms.date: 03/17/2023
88
ms.topic: conceptual
99
ms.service: sap-on-azure
1010
ms.subservice: sap-automation
1111
---
1212

13-
# Configure sap-parameters file
13+
# Configure SAP Installation parameters
1414

15-
Ansible will use a file called sap-parameters.yaml that will contain the parameters required for the Ansible playbooks. The file is a .yaml file.
15+
The Ansible playbooks will use a combination of default parameters and parameters defined by the Terraform deployment for the SAP installation.
16+
17+
18+
## Default Parameters
19+
20+
The table below contains the default parameters defined by the framework.
21+
22+
### User IDs
23+
24+
> [!div class="mx-tdCol2BreakAll "]
25+
> | Parameter | Description | Default Value | Type |
26+
> | ------------------------- | -------------------------------------------------------------------------- | ---------------------------- | ---------- |
27+
> | `sapadm_uid` | The UID for the sapadm account. | 2100 | Required |
28+
> | `sapinst_gid` | The GID for the sapinst group. | 2001 | Required |
29+
> | `sapsys_gid` | The GID for the sapsys group. | 2000 | Required |
30+
> | `db2sidadm_uid` | The UID for the db2sidadm account. | 3004 | Required |
31+
> | `db2sapsid_uid` | The UID for the db2sapsid account. | 3005 | Required |
32+
> | `db2sysadm_gid` | The UID for the db2sysadm group. | 3000 | Required |
33+
> | `db2sysctrl_gid` | The UID for the db2sysctrl group. | 3001 | Required |
34+
> | `db2sysmaint_gid` | The UID for the db2sysmaint group. | 3002 | Required |
35+
> | `db2sysmon_gid` | The UID for the db2sysmon group. | 2003 | Required |
1636
1737
## Parameters
1838

0 commit comments

Comments
 (0)