diodonfrost / ansible-role-python

Ansible role for compile and install Python 3
Apache License 2.0
11 stars 7 forks source link

Rocky Linux support + SSH timeout fix #4

Closed kubaraczkowski closed 3 months ago

kubaraczkowski commented 1 year ago

I copied CentOS.yaml to Rocky.yaml to support RockyLinux 8. Then also added SSH polling to the compilation step - if the SSH server is configured to terminate idle client connections this will keep it alive.

Thx for the great work!