mm0.ibm-websphere-mq

IBM Websphere MQ

État de construction Galaxy

Un rôle Ansible qui installe IBM Websphere MQ sur RHEL/Centos en utilisant un package d'installation et une licence fournis localement.

Exigences

  • Accès sudo
  • Package d'installation disponible localement (sur l'hôte cible) et licence

Variables de Rôle

Variables générales

Nom Valeur par défaut Description
environment_name Dev1 Auto-explicatif
webspheremq.group "mqm" Groupe d'application
webspheremq.user "mqm" Utilisateur d'application
webspheremq.archive_dir "/mnt/nfs/ansible/websphere-mq/" Répertoire où se trouve l'archive de l'installateur
webspheremq.unarchive_dir "/opt/temporary/{{ environment_name }}" Répertoire où se trouve l'installateur zip
webspheremq_internal.install_archive_path "{{ webspheremq.archive_dir }}/MQ_7.5.0.2_TRIAL_LNX_ON_X86_64_ML.tar.gz" Chemin complet vers l'archive

Dépendances

Aucune

Exemple de Playbook

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

Licence

BSD-2

Informations sur l'auteur

Matt Margolin

mm0 sur GitHub

À propos du projet

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

Installer
ansible-galaxy install mm0.ibm-websphere-mq
Licence
Unknown
Téléchargements
560
Propriétaire