forked from IBM/z_ansible_collections_samples
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request IBM#253 from IBM/params-update-for-ibm_zos_core-1.10
Params update for ibm zos core 1.10
- Loading branch information
Showing
40 changed files
with
403 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
24 changes: 24 additions & 0 deletions
24
zos_concepts/data_transfer/archive_copy_unarchive_restore/inventories/host_vars/source.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
################################################################################ | ||
# Copyright (c) IBM Corporation 2024 | ||
################################################################################ | ||
|
||
################################################################################ | ||
# Description of the properties used in this configuration: | ||
# - Property `PYZ` is the python installation home path on the z/OS managed node (target), | ||
# e.g, pyz: "/usr/lpp/IBM/cyp/v3r11/pyz" | ||
# - Property `ZOAU` is the ZOAU installation home on the z/OS managed node (target), | ||
# e.g, zoau: "/usr/lpp/IBM/zoautil" | ||
# - property `ansible_python_interpreter` is the z/OS managed node (target) Python | ||
# binary installation path, e.g, ansible_python_interpreter: "{{PYZ}}/bin/python3" | ||
# | ||
# Note, PYZ and ZOAU environment variables must be configured. | ||
################################################################################ | ||
|
||
PYZ: "path_to_python_installation_on_zos_target" | ||
ZOAU: "path_to_zoau_installation_on_zos_target" | ||
|
||
################################################################################ | ||
# Do not configure, variable substituion will correctly set the | ||
# variable`ansible_python_interpreter` | ||
################################################################################ | ||
ansible_python_interpreter: "{{ PYZ }}/bin/python3" |
Oops, something went wrong.