Skip to content
 
 

Latest commit

 

History

33 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: wlsprep

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages