Skip to content

Commit

Permalink
ansible: provide root certificates for z/OS
Browse files Browse the repository at this point in the history
The versions of git and Python on z/OS have outdated root certificates
that result in downloads over SSL failing. Provide more recent root
certificates from https://curl.se/docs/caextract.html so we do not have
to disable SSL certification verification.
  • Loading branch information
richardlau committed Jan 5, 2021
1 parent 59a83ff commit 48a9ac2
Show file tree
Hide file tree
Showing 4 changed files with 3,454 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ansible/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ hosts:
remote_env:
LIBPATH: /lib:/usr/lib:.:/rsusr/rocket/lib/perl5/5.24.0/os390/CORE.pod:/rsusr/rocket/python-2017-04-12-py27/python27/lib/
PATH: /rsusr/rocket/python-2017-04-12-py27/python27/bin:/bin:/rsusr/rocket/bin
SSL_CERT_FILE: "{{ home }}/{{ server_user }}/ca-bundle.crt"
server_jobs: 4
zos24-s390x-2:
ip: 148.100.36.156
Expand All @@ -167,6 +168,7 @@ hosts:
remote_env:
LIBPATH: /lib:/usr/lib:.:/rsusr/rocket/lib/perl5/5.24.0/os390/CORE.pod:/rsusr/rocket/python-2017-04-12-py27/python27/lib/
PATH: /rsusr/rocket/python-2017-04-12-py27/python27/bin:/bin:/rsusr/rocket/bin
SSL_CERT_FILE: "{{ home }}/{{ server_user }}/ca-bundle.crt"
server_jobs: 4

- mininodes:
Expand Down
Loading

0 comments on commit 48a9ac2

Please sign in to comment.