mm0.ibm-websphere-mq

IBM Websphere MQ

ビルドステータス Galaxy

Ansibleのロールで、ローカルで提供されたインストールパッケージとライセンスを使用して、RHEL/CentosにIBM Websphere MQをインストールします。

要件

  • sudoアクセス
  • ターゲットホストにインストールパッケージとライセンスが利用可能であること

ロール変数

一般的な変数

名前 デフォルト値 説明
environment_name Dev1 自己説明的
webspheremq.group "mqm" アプリグループ
webspheremq.user "mqm" アプリユーザー
webspheremq.archive_dir "/mnt/nfs/ansible/websphere-mq/" インストーラアーカイブのディレクトリ
webspheremq.unarchive_dir "/opt/temporary/{{ environment_name }}" zipインストーラのディレクトリ
webspheremq_internal.install_archive_path "{{ webspheremq.archive_dir }}/MQ_7.5.0.2_TRIAL_LNX_ON_X86_64_ML.tar.gz" アーカイブへのフルパス

依存関係

なし

例: プレイブック

- hosts: webservers
  vars:
  - environment_name: MyEnvironment
  roles:
  - { role: mm0.ibm-websphere-mq }

ライセンス

BSD-2

著作者情報

マット・マルゴリン

mm0 on github

プロジェクトについて

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

インストール
ansible-galaxy install mm0.ibm-websphere-mq
ライセンス
Unknown
ダウンロード
560
所有者