Modules

The IBM z/OS core collection contains modules that can be used in a playbook to automate tasks on z/OS. Ansible executes each module on the target node and returns the result back to the controller. While different modules perform different tasks, their interfaces and responses follow similar patterns.

You can also access the documentation of each module from the command line by using the ansible-doc command, for example:

$ ansible-doc ibm.ibm_zos_core.zos_data_set