You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/playbooks.rst
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,12 +193,12 @@ credentials of the **cmci_get** module to be the same throughout the playbook.
193
193
194
194
195
195
If you want to use the same values in **all** CMCI modules, you can assign them
196
-
to the group called **cmci_group**.
196
+
to the group called **cmci**.
197
197
198
198
.. code-block:: yaml
199
199
200
200
module_defaults:
201
-
group/ibm.ibm_zos_cics.cmci_group:
201
+
group/ibm.ibm_zos_cics.cmci:
202
202
cmci_host: "my.system.host"
203
203
cmci_port: "system.port.number"
204
204
cmci_user: "my.username"
@@ -207,8 +207,8 @@ to the group called **cmci_group**.
207
207
208
208
Likewise, you can easily apply a default set of CICS TS data sets and utilities for the provisioning or de-provisioning of CICS regions.
209
209
If you want to use the same values in **all** CICS TS data set provisioning modules, you can assign them to the group called **region_group**.
210
-
For example, the following **module_defaults** example indicates that the SDFHLOAD library of the CICS installation is created by default using the templated location of
211
-
``CTS610.CICS740.<< data_set_name >>``, and the region data sets are to be created by using the templated location of ``{{ansible_user}}.REGIONS.{{applid}}.<< data_set_name >>``.
210
+
The following **module_defaults** example illustrates the use of a templated location for some data sets and a user-specified name for
211
+
some other data sets instead of the template.
212
212
213
213
.. code-block:: yaml
214
214
@@ -217,8 +217,19 @@ For example, the following **module_defaults** example indicates that the SDFHLO
0 commit comments