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: _sources/ibm_zos_core/docs/source/modules/zos_backup_restore.rst.txt
+18-6
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ backup_name
133
133
134
134
135
135
recover
136
-
Specifies if potentially recoverable errors should be ignored.
136
+
When *recover=true* and *operation=backup* then potentially recoverable errors will be ignored.
137
137
138
138
|**required**: False
139
139
|**type**: bool
@@ -200,16 +200,18 @@ space_type
200
200
hlq
201
201
Specifies the new HLQ to use for the data sets being restored.
202
202
203
-
Defaults to running user's username.
203
+
If no value is provided, the data sets will be restored with their original HLQs.
204
204
205
205
|**required**: False
206
206
|**type**: str
207
207
208
208
209
209
tmp_hlq
210
-
Override the default high level qualifier (HLQ) for temporary and backup data sets.
210
+
Override the default high level qualifier (HLQ) for temporary data sets used in the modules operation.
211
211
212
-
The default HLQ is the Ansible user that executes the module and if that is not available, then the value of ``TMPHLQ`` is used.
212
+
If *tmp_hlq* is set, this value will be applied to all temporary data sets.
213
+
214
+
If *tmp_hlq* is not set, the value will be the username who submits the ansible task, this is the default behavior. If the username can not be identified, the value ``TMPHLQ`` is used.
213
215
214
216
|**required**: False
215
217
|**type**: str
@@ -290,8 +292,8 @@ Examples
290
292
space: 1
291
293
space_type: g
292
294
293
-
- name: Restore data sets from backup stored in the UNIX file /tmp/temp_backup.dzp.
294
-
Use z/OS username as new HLQ.
295
+
- name: Restore data sets from a backup stored in the UNIX file /tmp/temp_backup.dzp.
296
+
Restore the data sets with the original high level qualifiers.
295
297
zos_backup_restore:
296
298
operation: restore
297
299
backup_name: /tmp/temp_backup.dzp
@@ -347,6 +349,16 @@ Examples
347
349
348
350
349
351
352
+
Notes
353
+
-----
354
+
355
+
.. note::
356
+
It is the playbook author or user's responsibility to ensure they have appropriate authority to the RACF FACILITY resource class. A user is described as the remote user, configured to run either the playbook or playbook tasks, who can also obtain escalated privileges to execute as root or another user.
357
+
358
+
When using this module, if the RACF FACILITY class profile **STGADMIN.ADR.DUMP.TOLERATE.ENQF** is active, you must have READ access authority to use the module option *recover=true*. If the RACF FACILITY class checking is not set up, any user can use the module option without access to the class.
359
+
360
+
If your system uses a different security product, consult that product's documentation to configure the required security classes.
Copy file name to clipboardexpand all lines: _sources/ibm_zos_core/docs/source/modules/zos_copy.rst.txt
+2-2
Original file line number
Diff line number
Diff line change
@@ -185,13 +185,13 @@ force_lock
185
185
186
186
187
187
ignore_sftp_stderr
188
-
During data transfer through SFTP, the module fails if the SFTP command directs any content to stderr. The user is able to override this behavior by setting this parameter to ``true``. By doing so, the module would essentially ignore the stderr stream produced by SFTP and continue execution.
188
+
During data transfer through SFTP, the SFTP command directs content to stderr. By default, the module essentially ignores the stderr stream produced by SFTP and continues execution. The user is able to override this behavior by setting this parameter to ``false``. By doing so, any content written to stderr is considered an error by Ansible and will cause the module to fail.
189
189
190
190
When Ansible verbosity is set to greater than 3, either through the command line interface (CLI) using **-vvvv** or through environment variables such as **verbosity = 4**, then this parameter will automatically be set to ``true``.
Copy file name to clipboardexpand all lines: _sources/ibm_zos_core/docs/source/modules/zos_fetch.rst.txt
+2-2
Original file line number
Diff line number
Diff line change
@@ -126,13 +126,13 @@ tmp_hlq
126
126
127
127
128
128
ignore_sftp_stderr
129
-
During data transfer through sftp, the module fails if the sftp command directs any content to stderr. The user is able to override this behavior by setting this parameter to ``true``. By doing so, the module would essentially ignore the stderr stream produced by sftp and continue execution.
129
+
During data transfer through SFTP, the SFTP command directs content to stderr. By default, the module essentially ignores the stderr stream produced by SFTP and continues execution. The user is able to override this behavior by setting this parameter to ``false``. By doing so, any content written to stderr is considered an error by Ansible and will cause the module to fail.
130
130
131
131
When Ansible verbosity is set to greater than 3, either through the command line interface (CLI) using **-vvvv** or through environment variables such as **verbosity = 4**, then this parameter will automatically be set to ``true``.
Copy file name to clipboardexpand all lines: _sources/ibm_zos_core/docs/source/modules/zos_job_output.rst.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -265,7 +265,7 @@ jobs
265
265
|**type**: str
266
266
267
267
content_type
268
-
Type of address space.
268
+
Type of address space used by the job, can be one of the following types. - APPC for a APPC Initiator. - JGRP for a JOBGROUP. - JOB for a Batch job. - STC for a Started task. - TSU for a Time sharing user. - \? for an unknown or pending.
Copy file name to clipboardexpand all lines: _sources/ibm_zos_core/docs/source/modules/zos_job_submit.rst.txt
+19-1
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Parameters
31
31
src
32
32
The source file or data set containing the JCL to submit.
33
33
34
-
It could be a physical sequential data set, a partitioned data set qualified by a member or a path (e.g. ``USER.TEST``, V(USER.JCL(TEST\))), or a generation data set from a generation data group (for example, V(USER.TEST.GDG(-2\))).
34
+
It could be a physical sequential data set, a partitioned data set qualified by a member or a path (e.g. ``USER.TEST``, ``USER.JCL(TEST)``), or a generation data set from a generation data group (for example, ``USER.TEST.GDG(-2)``).
35
35
36
36
Or a USS file. (e.g ``/u/tester/demo/sample.jcl``)
37
37
@@ -592,6 +592,24 @@ jobs
592
592
|**type**: str
593
593
|**sample**: HELLO
594
594
595
+
content_type
596
+
Type of address space used by the job, can be one of the following types.
0 commit comments