Skip to content

itsBryantP/ansible-zos-cert-renewal-demo

Repository files navigation

Manage z/OS Certificates

This playbook demonstrates how to copy data to and from a z/OS system using modules included in the Red Hat Ansible Certified Content for IBM Z core collection.

This project contains playbooks and roles that demonstrates certificate renewal using RACF. The playbooks in this project are designed to address an end to end scenario managing z/OS certificates beginning with monitoring certificates using Health Checker, creating an authority and certificates, deleting certificates and even renewing them.

These playbook use:

collection:
    ibm.ibm_zos_core
modules:
    zos_tso_command
    zos_operator
    zos_job_submit

It is a good practice to review the playbook contents before executing them. It will help you understand the requirements in terms of space, location, names, authority, and the artifacts that will be created and cleaned up.

Playbook Requirements

This playbook requires:

Configuration

Run the playbook

This project has several playbooks that you can run, choose a playbook-name and substitute it in the command below to execute it.

ansible-playbook -i inventories/inventory.yml <playbook-name>

Playbooks

Changelog

All changes are maintained chronologically by date found in the changelog.

Copyright

© Copyright IBM Corporation 2024

License

Licensed under Apache License, Version 2.0.

Support

Please refer to the support section for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages