Go to file
tseed ac5e8a59a4 post demo tidy 2023-11-20 16:26:05 +00:00
config_contexts init 2023-11-20 12:34:46 +00:00
templates init 2023-11-20 12:34:46 +00:00
.gitignore post demo tidy 2023-11-20 16:26:05 +00:00
README.md post demo tidy 2023-11-20 16:26:05 +00:00
inventory.yml init 2023-11-20 12:34:46 +00:00
render_engine.py post demo tidy 2023-11-20 16:26:05 +00:00
test.py post demo tidy 2023-11-20 16:26:05 +00:00

README.md

Repo

git clone https://tseed.work/tseed/gc_integration_templater.git --config "http.proxy=asblcinfpxy01:3128"

Python venv

  • Host with Python version 3.6+
python3 -m venv $HOME/gc_integration_templater/venv
source $HOME/gc_integration_templater/venv/bin/activate
python --version
which python
pip install --proxy http://asblcinfpxy01:3128 --upgrade pip 
pip install --proxy http://asblcinfpxy01:3128 pyyaml jinja2
deactivate

Run

./render_engine.py
python3 render_engine.py