|
1 | 1 | IBM z/OS core collection
|
2 | 2 | ========================
|
3 | 3 |
|
4 |
| -The **IBM z/OS core collection**, also represented as **ibm\_zos\_core** |
5 |
| -in this document, is part of the broader offering **Red Hat® Ansible |
6 |
| -Certified Content for IBM Z**. IBM z/OS core collection supports tasks |
7 |
| -such as creating data sets, submitting jobs, querying jobs, |
8 |
| -retrieving job output, encoding data sets, fetching data sets, operator |
9 |
| -commands, TSO commands, ping and querying operator actions. |
10 |
| - |
11 |
| -The **IBM z/OS core collection** serves as a dependency for other collections |
12 |
| -under the **Red Hat® Ansible Certified Content for IBM Z** umbrella and |
13 |
| -works closely with offerings such as |
14 |
| -[IBM z/OS IMS collection](https://galaxy.ansible.com/ibm/ibm_zos_ims) |
15 |
| -to deliver a solution that will enable you to automate tasks on z/OS subsystems |
16 |
| -such as IMS. |
| 4 | +The **IBM z/OS core collection**, also represented as |
| 5 | +**ibm_zos_core** in this document, is part of the broader |
| 6 | +initiative to bring Ansible Automation to IBM Z® through the offering |
| 7 | +**Red Hat® Ansible Certified Content for IBM Z®**. The |
| 8 | +**IBM z/OS core collection** supports automation tasks such as |
| 9 | +creating data sets, submitting jobs, querying jobs, |
| 10 | +retrieving job output, encoding data sets, fetching data sets, copying data |
| 11 | +sets, executing operator commands, executing TSO commands, ping, |
| 12 | +querying operator actions, APF authorizing libraries, |
| 13 | +editing textual data in data sets or Unix System Services files, |
| 14 | +finding data sets, backing up and restoring data sets and |
| 15 | +volumes and running z/OS programs without JCL. |
| 16 | + |
17 | 17 |
|
18 | 18 | Red Hat Ansible Certified Content for IBM Z
|
19 | 19 | ===========================================
|
20 | 20 |
|
21 | 21 | **Red Hat® Ansible Certified Content for IBM Z** provides the ability to
|
22 |
| -connect IBM Z® to clients\' wider enterprise automation strategy through |
23 |
| -the Ansible Automation Platform ecosystem. This enables development and |
24 |
| -operations automation on Z through a seamless, unified workflow |
25 |
| -orchestration with configuration management, provisioning, and |
26 |
| -application deployment in one easy-to-use platform. |
27 |
| - |
28 |
| -IBM z/OS core collection, as part of the broader offering **Red Hat® |
29 |
| -Ansible Certified Content for IBM Z**, is available on both, **Galaxy** |
30 |
| -as community supported and **Automation Hub** with enterprise support. |
31 |
| - |
32 |
| -For **guides** and **reference**, please visit [the documentation |
33 |
| -site](https://ibm.github.io/z_ansible_collections_doc/index.html). |
| 22 | +connect IBM Z® to clients' wider enterprise automation strategy through the |
| 23 | +Ansible Automation Platform ecosystem. This enables development and operations |
| 24 | +automation on Z through a seamless, unified workflow orchestration with |
| 25 | +configuration management, provisioning, and application deployment in |
| 26 | +one easy-to-use platform. |
| 27 | + |
| 28 | +The **IBM z/OS core collection** is following the |
| 29 | +**Red Hat® Ansible Certified Content for IBM Z®** method of distributing |
| 30 | +content. Collections will be developed in the open, and when content is ready |
| 31 | +for use it is released to |
| 32 | +[Ansible Galaxy](https://galaxy.ansible.com/search?keywords=zos_&order_by=-relevance&deprecated=false&type=collection&page=1) |
| 33 | +for community adoption. Once contributors review community usage, feedback, |
| 34 | +and are satisfied with the content published, the collection will then be |
| 35 | +released to [Ansible Automation Hub](https://www.ansible.com/products/automation-hub) |
| 36 | +as **certified** and **IBM supported** for |
| 37 | +**Red Hat® Ansible Automation Platform subscribers**. |
| 38 | + |
| 39 | + |
| 40 | +For guides and reference, please review the [documentation](https://ibm.github.io/z_ansible_collections_doc/index.html). |
34 | 41 |
|
35 | 42 | Features
|
36 | 43 | ========
|
37 |
| - |
38 |
| -The IBM z/OS core collection includes |
39 |
| -[connection plugins](https://github.com/ansible-collections/ibm_zos_core/tree/master/plugins/connection/), |
40 |
| -[action plugins](https://github.com/ansible-collections/ibm_zos_core/tree/master/plugins/action/), |
41 |
| -[modules](https://github.com/ansible-collections/ibm_zos_core/tree/master/plugins/modules/), |
42 |
| -[sample playbooks](https://github.com/ansible-collections/ibm_zos_core/tree/master/playbooks/), |
43 |
| -[filters](https://github.com/ansible-collections/ibm_zos_core/tree/master/plugins/filter/), |
| 44 | +The **IBM z/OS core collection**, includes |
| 45 | +[connection plugins](https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/source/plugins.html#connection), |
| 46 | +[action plugins](https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/source/plugins.html#action), |
| 47 | +[modules](https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/source/modules.html), |
| 48 | +[filters](https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/source/filters.html), |
| 49 | +[sample playbooks](https://ibm.github.io/z_ansible_collections_doc/playbooks/playbooks.html) |
44 | 50 | and ansible-doc to automate tasks on z/OS.
|
45 | 51 |
|
46 | 52 | Copyright
|
47 | 53 | =========
|
48 |
| - |
49 |
| -© Copyright IBM Corporation 2020 |
| 54 | +© Copyright IBM Corporation 2020-2021. |
50 | 55 |
|
51 | 56 | License
|
52 | 57 | =======
|
53 |
| - |
54 | 58 | Some portions of this collection are licensed under [GNU General Public
|
55 | 59 | License, Version 3.0](https://opensource.org/licenses/GPL-3.0), and
|
56 | 60 | other portions of this collection are licensed under [Apache License,
|
57 |
| -Version 2.0](https://opensource.org/licenses/Apache-2.0). |
| 61 | +Version 2.0](http://www.apache.org/licenses/LICENSE-2.0). |
58 | 62 |
|
59 |
| -See individual files for applicable licenses. |
| 63 | +See individual files for applicable licenses. |
0 commit comments