Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stavros/weblogic-ansible
An Ansible playbook to configure a CentOS/RHEL/Oracle Linux 7 server with Oracle Fusion Middleware 12.2.1.3
https://github.com/stavros/weblogic-ansible
ansible oracle weblogic
Last synced: 21 days ago
JSON representation
An Ansible playbook to configure a CentOS/RHEL/Oracle Linux 7 server with Oracle Fusion Middleware 12.2.1.3
- Host: GitHub
- URL: https://github.com/stavros/weblogic-ansible
- Owner: Stavros
- License: gpl-2.0
- Created: 2018-06-29T12:32:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T14:07:57.000Z (6 months ago)
- Last Synced: 2024-12-13T00:11:25.679Z (28 days ago)
- Topics: ansible, oracle, weblogic
- Language: Python
- Size: 17.6 KB
- Stars: 17
- Watchers: 5
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Weblogic Ansible Playbook
=========================## Detailed info
An Ansible Playbook (weblogic-fmw-domain.yml) to install and configure a WebLogic Server 12c with
Oracle Fusion Middleware software for hosting Oracle Fusion Middleware (for example ADF) applications in Redhat Linux 7 (RHEL/CentOS/Oracle Linux) system.
This playbook is for version 12.2.1.3 of WebLogic and Fusion Middleware Infrastructure software.Requirements for running the playbook:
- Configure your environment variables in infra-vars.yml.
- Set your passwords in secrets.yml.
- A running Oracle Database for hosting the repositories is required and sys user password for generates the repositories.
- A running RHEL 7 system with minimal installation with network configured. (IP address, hostname etc).
- Download the latest Java 8 jdk and put the file in roles/linux-jdk/files and configure infra-vars.yml with that file name.
- Download the 12.2.1.3 Oracle Fusion Middleware installer from Oracle support and put it in roles/fmw-software/filesThe playbook includes the following Ansible Roles:
- linux-wls: Configures the linux system with required packages, kernel settings etc.
- linux-jdk: Installs Oracle JDK 8.
- fmw-software: Installs Oracle Fusion Middleware Infrastructure software.
- fmw-domain: Creates a Domain with Fusion Middleware support (Enterprise Manager, JRF, etc).
- fmw-managed-server: Creates a managed server for host applications.When the playbook finishes execution you can connect to weblogic server using wls12c1.private:7001/console.
## Licence
Forked project. Copyright (c) 2018 Stavros Kalapothas (aka Stevaras) .
It is free software, and may be redistributed under the terms of the GNU Licence.