Setup O/S configuration to support an installation of WLS and Oracle FMW.
- src: https://github.com/staylorx/ansible-role-wls-prep version: master name: staylorx.wls-prep
Install with
sudo ansible-galaxy install -r requirements.yml
- 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.