The Red Hat Ecosystem Catalog is the official source for discovering and learning more about the Red Hat Ecosystem of both Red Hat and certified third-party products and services.
We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.
15Modules35Plugins
The Red Hat Ansible Certified Content for IBM Z CICS collection includes connection plugins, action plugins, modules and sample playbooks to automate tasks for CICS
The IBM® z/OS® CICS® collection, also represented as ibm_zos_cics in this document, is part of the broader initiative to bring Ansible Automation to IBM Z® through the offering Red Hat® Ansible Certified Content for IBM Z®. The IBM z/OS CICS collection supports management of CICS resources and definitions through the CMCI REST API provided by CICS as well as provisioning of standalone CICS regions.
This CICS collection works in conjunction with other Ansible collections for IBM Z, such as the IBM z/OS core collection. It is also possible to use it independently to perform automation tasks solely in CICS.
Red Hat® Ansible Certified Content for IBM Z provides the ability to connect IBM Z® to clients' wider enterprise automation strategy through the Ansible Automation Platform ecosystem. This enables development and operations automation on Z through a seamless, unified workflow orchestration with configuration management, provisioning, and application deployment in one easy-to-use platform.
The IBM z/OS CICS collection is following the Red Hat® Ansible Certified Content for IBM Z® method of distributing content. Collections are developed in the open, and when content is ready for use it is released to Ansible Galaxy for community adoption. Once contributors review community usage, feedback, and are satisfied with the content published, the collection will then be released to Ansible Automation Hub as certified and IBM supported for Red Hat® Ansible Automation Platform subscribers.
For guides and reference, please review the documentation.
The IBM CICS collection includes modules, sample playbooks, and ansible-doc to:
The tasks in the IBM® z/OS® CICS® collection can be classified into two types, CMCI tasks and provisioning tasks, and they have different requirements for the managed nodes.
For details on the different requirements, please see here.
You can install this collection with the Ansible Galaxy command-line tool:
ansible-galaxy collection install ibm.ibm_zos_cics
You can also include it in a requirements.yml file and install it with ansible-galaxy collection install -r requirements.yml, using the format:
collections:
- name: ibm.ibm_zos_cics
To install a specific version of the collection or upgrade an existing installation to a specific version, for example installing 2.2.0, use the following syntax:
ansible-galaxy collection install ibm.ibm_zos_cics:2.2.0
If you want to upgrade the collection to the latest version, you can run:
ansible-galaxy collection install ibm.ibm_zos_cics --upgrade
As part of the installation, the collection requirements must be made available to Ansible through the use of environment variables. The preferred configuration is to place the environment variables in group_vars and host_vars. An example of the variables file can be seen here:
pyz: "path_to_python_installation_on_zos_target"
zoau: "path_to_zoau_installation_on_zos_target"
environment_vars:
_BPXK_AUTOCVT: "ON"
ZOAU_HOME: "{{ zoau }}"
PYTHONPATH: "{{ zoau }}/lib"
LIBPATH: "{{ zoau }}/lib:{{ pyz }}/lib:/lib:/usr/lib:."
PATH: "{{ zoau }}/bin:{{ pyz }}/bin:/bin:/var/bin"
_CEE_RUNOPTS: "FILETAG(AUTOCVT,AUTOTAG) POSIX(ON)"
_TAG_REDIR_ERR: "txt"
_TAG_REDIR_IN: "txt"
_TAG_REDIR_OUT: "txt"
LANG: "C"
The collection's cumulative release notes can be reviewed here.
The collection's changelogs can be reviewed in the following table.
Version | Status | Release notes | Changelogs |
---|---|---|---|
2.2.1 | Released | Release notes | Changelogs |
2.2.0 | Released | Release notes | Changelogs |
2.1.1 | Released | Release notes | Changelogs |
2.1.0 | Released | Release notes | Changelogs |
2.0.x | Released | Release notes | Changelogs |
1.0.x | Released | Release notes | Changelogs |
Example playbooks and use cases can be found in the z/OS playbook repository. Supplemental content on getting started with Ansible, architecture and use cases is available here.
We welcome contributions! Find out how in our contribution guide.
© Copyright IBM Corporation 2021, 2025.
This collection is licensed under the Apache License, Version 2.0.
Product |
---|
Red Hat Ansible Automation Platform 2.4 |
Red Hat Ansible Automation Platform 2.5 |