Go to file
Seed 83c05bb9c0 logging + config file 2023-12-21 17:29:43 +00:00
config_contexts init 2023-11-20 12:34:46 +00:00
platform_templates logging + config file 2023-12-21 17:29:43 +00:00
rendered_templates logging + config file 2023-12-21 17:29:43 +00:00
.gitignore post demo tidy 2023-11-20 16:26:05 +00:00
README.md logging + config file 2023-12-21 17:29:43 +00:00
config.toml logging + config file 2023-12-21 17:29:43 +00:00
inventory.yml logging + config file 2023-12-21 17:29:43 +00:00
render_engine.log logging + config file 2023-12-21 17:29:43 +00:00
render_engine.py logging + config file 2023-12-21 17:29:43 +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 toml
deactivate

Run

./render_engine.py
python3 render_engine.py