Skip to content

trikorasolns/infrastructure

Repository files navigation

Infrastructure Scripts

Requirements

Requirements to use this project.

  • Install Python 3

  • Install Python PIP

  • Install Helm

Python

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

Applications

Other considerations

Check the _local_config information.

About

Infrastructure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published