Table of Contents
Requirements to use this project.
-
Install Python 3
-
Install Python PIP
-
Install Helm
Install Python 3 and PIP…
sudo dnf install python python-pip
Create a Python Virtual Environment.
python3.11 -m venv /z/venv_python_311
Enter the Python Virtual Environment.
source /z/venv_python311/bin/activate
Install the Python requirements.
python -m pip install -r requirements.txt
Install the Ansible requirements.
ansible-galaxy collection install -r requirements.yml
Check the _local_config
information.