-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathsagenv-common-webmethods-with-installer.yaml
More file actions
39 lines (33 loc) · 1.11 KB
/
sagenv-common-webmethods-with-installer.yaml
File metadata and controls
39 lines (33 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
### minimum params:
### cce_provisioning_inventory_hosts_pattern (type: string - the target ansible group to install the products)
################################################################
## Product install using installer
################################################################
- hosts: "{{ cce_provisioning_inventory_hosts_pattern }}"
become: true
tasks:
- import_role:
name: provision-with-installer
vars:
provision_action: setupfiles
tags:
- sysprep-install
- import_role:
name: provision-with-installer
vars:
provision_action: runinstall
become: true
become_user: "{{ webmethods_user }}"
tags:
- install
################################################################
## After Install Run-As-Root
################################################################
- import_playbook: sagenv-common-webmethods-postinstall.yaml
vars:
cce_provisioning_postinstall_webmethods: true
cce_provisioning_postinstall_service_setup: false
cce_provisioning_postinstall_reboot: false
tags:
- postinstall