File tree Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,35 @@ description: Define SAP parameters for Ansible
4
4
author : kimforss
5
5
ms.author : kimforss
6
6
ms.reviewer : kimforss
7
- ms.date : 10/19/2022
7
+ ms.date : 03/17/2023
8
8
ms.topic : conceptual
9
9
ms.service : sap-on-azure
10
10
ms.subservice : sap-automation
11
11
---
12
12
13
- # Configure sap-parameters file
13
+ # Configure SAP Installation parameters
14
14
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 |
16
36
17
37
## Parameters
18
38
You can’t perform that action at this time.
0 commit comments