kinkinyang / z_ansible_collections_samples

Sample playbooks utilizing Red Hat Ansible Certified Content for IBM Z

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible z/OS Collection Samples

An Ansible playbook consists of organized instructions that define work for a managed node to be managed with Ansible.

This repository contains sample playbooks and blogs related to the Red Hat Ansible Certified Content for IBM Z. Refer to the documentation site for a detailed overview of requirements, installation and how to get started.

This repository will have frequent updates, we recommend you clone the repository and use the GitHub watch option to receive update notifications; this is outlined in the using the samples repository documentation.

Index

Blogs

How sample playbooks are packaged

The sample playbook repository is organized as follows:

├── topic/
│  └── use_case/
│      └── playbook_name/
│          ├── host_vars/
│              └── zos_host.yml
│          ├── ansible.cfg
│          ├── inventory
│          ├── playbook_name.yml
│          └── README
├── LICENSE
└── README

When new sample playbooks are contributed, they are placed under the appropriate topic and use case. If the playbook does not correspond to an existing use case, a new use case will be added that conforms to the structure outlined above. Each playbook will also include a README with a brief description, licensing and copyright information.

Copyright

© Copyright IBM Corporation 2020

License

Licensed under Apache License, Version 2.0.

Support

Support for all sample playbooks, roles and filters are managed by opening a Git issue. The repository admins and content owners will engage users on issues reported in Git. In the future, samples may be community contributed, therefore it may be helpful to review who contributed the sample as well as the requirements.

###############################################################################
# © Copyright IBM Corporation 2020
# Contributed by the Ansible Content for IBM Z Team

About

Sample playbooks utilizing Red Hat Ansible Certified Content for IBM Z

License:Apache License 2.0


Languages

Language:Python 64.5%Language:HTML 35.5%