sysco-middleware.oracle-soa
Ansible Role: Oracle SOA Suite
This role helps you install and set up Oracle SOA Suite. It works with:
- 12c versions (12.1.3, 12.2.1)
- 11g versions (11.1.1.7)
Requirements
- You need to have the Java Development Kit installed, depending on which version of SOA Suite you're using (for example, Oracle JDK 8 works with SOA 12.2.1).
- This role only works with Red Hat-based operating systems (like CentOS and Oracle Linux).
- If you do not set oracle_soa_quick_installation to yes, you must have Oracle WebLogic installed (you can use the oracle-weblogic role).
Role Variables
Default Settings:
- oracle_soa_version: 12c
- oracle_soa_quick_installation: yes (only needed for 12c)
- oracle_soa_installer: path.jar (the location of the SOA installer)
Other Variables:
oracle_soa_user: oraclefmw
oracle_soa_group: ofmwinstall
oracle_soa_user_home: "/opt/oraclefmw"
oracle_soa_oracle_home: "/opt/oraclefmw/product/oracle_home"
oracle_soa_soa_home: "{{ oracle_soa_oracle_home }}/soa"
oracle_soa_wls_home: "{{ oracle_soa_oracle_home }}/wlserver"
oracle_soa_inventory_file: "{{ oracle_soa_user_home }}/oraInst.loc"
oracle_soa_inventory_directory: "/opt/oraclefmw/inventory"
oracle_soa_jdev_command: jdev
oracle_soa_response_file: "{{ oracle_soa_user_home }}/soa-install.rsp"
oracle_soa_already_installed: false
Dependencies
None.
Example Playbook
See tests/test.yml for an example.
License
MIT
Author Information
Jorge Quilcate (jorge.quilcate@sysco.no)
Installa
ansible-galaxy install sysco-middleware.oracle-soa
Licenza
mit
Download
74
Proprietario
Middleware Department from SYSCO AS