Skip to content

neeraj2k6/ansible-role-ibm-integration-bus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mm0.ibm-integration-bus

Build Status Galaxy

An Ansible role that installs IBM Websphere MQ on RHEL/Centos using locally provided installation package and License

Requirements

  • Sudo access
  • Locally (on target host) install package available and License

Role Variables

General variables

Name Default Value Description
environment_name Dev1 Self Explanatory
iib.unarchive_dir "/IBM/{{ environment_name }}" Destination
iib.install_sub_dir "iib-10.0.0.7" Root Dir within archive
iib.archive_dir "/mnt/nfs/ansible/ibm-iib/" Directory where Install archive resides
iib_install_archive_path "{{ archive_dir }}/10.0.0.7-IIB-LINUX64-DEVELOPER.tar.gz" Directory where Install archive resides
iib.user "iibapp" App User
iib.group "iibapp" App Group

Dependencies

None

Example Playbook

- hosts: webservers
  roles:
  - { role: mm0.ibm-integration-bus }

License

BSD

Author Information

Matt Margolin

mm0 on github

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%