Skip to content

Commit 2846cf4

Browse files
fixup python v3.6 refs
1 parent e73eb26 commit 2846cf4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/source/playbooks.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,15 @@ following:
100100
101101
102102
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``
104104

105105
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``.
107107

108108
The value for the property **ansible_python_interpreter** is the target host
109109
Python path. This is useful for systems with more than one Python installation,
110110
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``
112112

113113
For more information on Python configuration requirements on z/OS, refer to
114114
Ansible `FAQ`_.
@@ -152,11 +152,11 @@ path; for example, ``/usr/lpp/IBM/zoautil/lib/``.
152152
The value for the property **LIBPATH** is both the path to the Python libraries
153153
on the target and the ZOA Utilities Python library path separated by
154154
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:.``.
156156

157157
The value for the property **PATH** is the ZOA utilities BIN path and the Python
158158
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``.
160160

161161
The included sample variables file (zos_host.yml) contains variables specific to
162162
the playbook as well as the following:
@@ -167,8 +167,8 @@ the playbook as well as the following:
167167
_BPXK_AUTOCVT: ON
168168
ZOAU_HOME: '/usr/lpp/IBM/zoautil'
169169
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'
172172
173173
.. note::
174174
In ZOAU 1.0.2 and later, the property **ZOAU_ROOT** is no longer supported

0 commit comments

Comments
 (0)