Ansible modules
The Wazi Deploy Ansible modules are
included in the ibm.ibm_zos_wazi_deploy
collection. You can use them to package,
generate, deploy, and to manage the evidences.
Ansible wd_deploy module
You can use the wd_deploy module to deploy the application artifacts from a z/OS environment to a target z/OS environment. It is as an alternative to the wazideploy-deploy command.
Ansible wd_evidence module
You can use the wd_evidence module to index evidence files in a folder and query them. It is as an alternative to the wazideploy-evidence command.
Ansible wd_generate module
You can use the wd_generate module to generate the deployment plan that lists the deployment steps. It is as an alternative to the wazideploy-generate command.
Ansible wd_package module
You can use the wd_package module to create a build in the artifact repository to upload the content of a local folder that contains the artifacts of an application. It is as an alternative to the wazideploy-package command.