Skip to content

staylorx/ansible-role-wls-prep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: wlsprep

Setup O/S configuration to support an installation of WLS and Oracle FMW.

Requirements

Linux, RHEL or CentOS 7 preferred but 6 supported.

Dependencies

None.

Example requirements.yml

  - src: https://github.com/staylorx/ansible-role-wls-prep
    version: master
    name: staylorx.wls-prep

Install with

sudo ansible-galaxy install -r requirements.yml

Example Playbook

  - hosts: servers
    vars:
      kernel_change: yes
      pam_limits_change: yes
    roles:
    - { role: staylorx.wls-prep }

Set 'kernel_change' and 'pam_limits_change' to no for use in containers.

License

MIT

About

Prepare the O/S for WLS install.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages