Collection of small tools for quick tests or learning.
Rendering Jinja Templates
jinja101.infrastructureascode.ch
docker run --rm -it -p 5000:5000 ubaumann/jinja101
Rendering raw text with a TTP template to get JSON
ttp101.infrastructureascode.ch
docker run --rm -it -p 5000:5000 ubaumann/ttp101
Rendering raw text with a TextFSM template to get JSON
textFSM101.infrastructureascode.ch
docker run --rm -it -p 5000:5000 ubaumann/textfsm101