@@ -100,15 +100,15 @@ following:
100
100
101
101
102
102
The value for the property **ansible_host ** is the hostname of the managed node;
103
- for example, ``ansible_host: ec33017A.vmec.svl.ibm .com ``
103
+ for example, ``ansible_host: example .com ``
104
104
105
105
The value for the property **zos_target_username ** is the user name to use when
106
- connecting to the host; for example, ``ansible_user: omvsadm ``.
106
+ connecting to the host; for example, ``ansible_user: ibmuser ``.
107
107
108
108
The value for the property **ansible_python_interpreter ** is the target host
109
109
Python path. This is useful for systems with more than one Python installation,
110
110
or when Python is not installed in the default location **/usr/bin/python **;
111
- for example, ``ansible_python_interpreter: /usr/lpp/rsusr/python36 /bin/python ``
111
+ for example, ``ansible_python_interpreter: /usr/lpp/rsusr/python39 /bin/python ``
112
112
113
113
For more information on Python configuration requirements on z/OS, refer to
114
114
Ansible `FAQ `_.
@@ -152,11 +152,11 @@ path; for example, ``/usr/lpp/IBM/zoautil/lib/``.
152
152
The value for the property **LIBPATH ** is both the path to the Python libraries
153
153
on the target and the ZOA Utilities Python library path separated by
154
154
colons ``: ``; for example,
155
- ``/usr/lpp/IBM/zoautil/lib/:/usr/lpp/rsusr/python36 /lib:/lib:/usr/lib:. ``.
155
+ ``/usr/lpp/IBM/zoautil/lib/:/usr/lpp/rsusr/python39 /lib:/lib:/usr/lib:. ``.
156
156
157
157
The value for the property **PATH ** is the ZOA utilities BIN path and the Python
158
158
interpreter path; for example,
159
- ``/usr/lpp/IBM/zoautil/bin:/usr/lpp/rsusr/python36 /bin/python:/bin ``.
159
+ ``/usr/lpp/IBM/zoautil/bin:/usr/lpp/rsusr/python39 /bin/python:/bin ``.
160
160
161
161
The included sample variables file (zos_host.yml) contains variables specific to
162
162
the playbook as well as the following:
@@ -167,8 +167,8 @@ the playbook as well as the following:
167
167
_BPXK_AUTOCVT : ON
168
168
ZOAU_HOME : ' /usr/lpp/IBM/zoautil'
169
169
PYTHONPATH : ' /usr/lpp/IBM/zoautil/lib'
170
- LIBPATH : ' /usr/lpp/IBM/zoautil/lib/:/usr/lpp/rsusr/python36 /lib:/usr/lib:/lib:.'
171
- PATH : ' /usr/lpp/IBM/zoautil/bin:/usr/lpp/rsusr/python36 /bin/python:/bin'
170
+ LIBPATH : ' /usr/lpp/IBM/zoautil/lib/:/usr/lpp/rsusr/python39 /lib:/usr/lib:/lib:.'
171
+ PATH : ' /usr/lpp/IBM/zoautil/bin:/usr/lpp/rsusr/python39 /bin/python:/bin'
172
172
173
173
.. note ::
174
174
In ZOAU 1.0.2 and later, the property **ZOAU_ROOT ** is no longer supported
0 commit comments