Skip to content

Instantly share code, notes, and snippets.

View bryan-kinney's full-sized avatar

Bryan Kinney bryan-kinney

View GitHub Profile
@bryan-kinney
bryan-kinney / ansible27_rhel75_install.md
Last active December 20, 2018 05:19
Ansible 2.7 on rhel 7.5 in python 3.6 venv

Ansible 2.7 and Python 3.6 on a Red Hat linux 7.5

How to install ansible inside a python virtual environment on Red Hat Linux 7.5.
This allows you to control the python ansible versions. All while protecting the kernal's python version.
The python-ovirt-engine-sdk4 is an optional library for oVirt API connections (Example: Red Hat Virtualization)
Environment:
  • Red Hat Linux 7.5 (Virtual machine)
  • Python 3.6.3 used
  • Anisble 2.7
  • oVirt API libraries