StackStorm / ansible-st2

Ansible Roles and Playbooks to deploy StackStorm
https://galaxy.ansible.com/StackStorm/stackstorm/
Apache License 2.0
100 stars 75 forks source link

Ansible changes for RH 7 and Python3 #278

Closed amanda11 closed 3 years ago

amanda11 commented 3 years ago

Updates for playbooks to install the libselinux-python3 module on EL 7 Updates for playbooks to check that python3-devel is available. If not available then locate the optional server repo and install python3-devel RPM from there. Needed for RHEL where python3-devel is in a disabled repo, and therefore will not get pulled in automatically as a dependency when st2 rpm is installed.

Part of StackStorm/discussions#54