Skip to content

Commit

Permalink
fixup python v3.6 refs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhughes101 committed May 13, 2024
1 parent e73eb26 commit 2846cf4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/source/playbooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ following:
The value for the property **ansible_host** is the hostname of the managed node;
for example, ``ansible_host: ec33017A.vmec.svl.ibm.com``
for example, ``ansible_host: example.com``

The value for the property **zos_target_username** is the user name to use when
connecting to the host; for example, ``ansible_user: omvsadm``.
connecting to the host; for example, ``ansible_user: ibmuser``.

The value for the property **ansible_python_interpreter** is the target host
Python path. This is useful for systems with more than one Python installation,
or when Python is not installed in the default location **/usr/bin/python**;
for example, ``ansible_python_interpreter: /usr/lpp/rsusr/python36/bin/python``
for example, ``ansible_python_interpreter: /usr/lpp/rsusr/python39/bin/python``

For more information on Python configuration requirements on z/OS, refer to
Ansible `FAQ`_.
Expand Down Expand Up @@ -152,11 +152,11 @@ path; for example, ``/usr/lpp/IBM/zoautil/lib/``.
The value for the property **LIBPATH** is both the path to the Python libraries
on the target and the ZOA Utilities Python library path separated by
colons ``:``; for example,
``/usr/lpp/IBM/zoautil/lib/:/usr/lpp/rsusr/python36/lib:/lib:/usr/lib:.``.
``/usr/lpp/IBM/zoautil/lib/:/usr/lpp/rsusr/python39/lib:/lib:/usr/lib:.``.

The value for the property **PATH** is the ZOA utilities BIN path and the Python
interpreter path; for example,
``/usr/lpp/IBM/zoautil/bin:/usr/lpp/rsusr/python36/bin/python:/bin``.
``/usr/lpp/IBM/zoautil/bin:/usr/lpp/rsusr/python39/bin/python:/bin``.

The included sample variables file (zos_host.yml) contains variables specific to
the playbook as well as the following:
Expand All @@ -167,8 +167,8 @@ the playbook as well as the following:
_BPXK_AUTOCVT: ON
ZOAU_HOME: '/usr/lpp/IBM/zoautil'
PYTHONPATH: '/usr/lpp/IBM/zoautil/lib'
LIBPATH: '/usr/lpp/IBM/zoautil/lib/:/usr/lpp/rsusr/python36/lib:/usr/lib:/lib:.'
PATH: '/usr/lpp/IBM/zoautil/bin:/usr/lpp/rsusr/python36/bin/python:/bin'
LIBPATH: '/usr/lpp/IBM/zoautil/lib/:/usr/lpp/rsusr/python39/lib:/usr/lib:/lib:.'
PATH: '/usr/lpp/IBM/zoautil/bin:/usr/lpp/rsusr/python39/bin/python:/bin'
.. note::
In ZOAU 1.0.2 and later, the property **ZOAU_ROOT** is no longer supported
Expand Down

0 comments on commit 2846cf4

Please sign in to comment.