An open API service indexing awesome lists of open source software.

https://github.com/btr1975/quickconfigtemplates

Python3 config template builder, for text based config templates
https://github.com/btr1975/quickconfigtemplates

administration ansible anything cisco jinja2 json linux python python3 templates yaml yml

Last synced: about 1 year ago
JSON representation

Python3 config template builder, for text based config templates

Awesome Lists containing this project

README

          

# Python Script: QuickConfigTemplates

## Created By: Benjamin P. Trachtenberg

### Contact Information: e_ben_75-python@yahoo.com
### If you have any questions e-mail me

### LinkedIn: [Ben Trachtenberg](https://www.linkedin.com/in/ben-trachtenberg-3a78496)
### PyPi: [My PyPi](https://pypi.org/user/btr1975/)
### Docker Hub: [My Docker Hub](https://hub.docker.com/r/btr1975)
### Ansible Galaxy: [My Ansible Galaxy](https://galaxy.ansible.com/btr1975/)

### About

This script is for simple config templates, to make life easier on admins/engineers

### Reference Information
* [License](https://github.com/btr1975/QuickConfigTemplates/blob/master/LICENSE)
* [Directions](https://github.com/btr1975/QuickConfigTemplates/wiki)
* [YAML Format](http://yaml.org/)
* [Jinja2 Template Language](http://jinja.pocoo.org)
* [Example Configs](https://github.com/btr1975/QuickConfigTemplates/tree/master/Docs/Examples)

### Requirements
* [See requirements.txt](https://github.com/btr1975/QuickConfigTemplates/blob/master/requirements.txt)
* [See requirements-dev.txt](https://github.com/btr1975/QuickConfigTemplates/blob/master/requirements-dev.txt)

### Some Instructions

* [Wiki](https://github.com/btr1975/QuickConfigTemplates/wiki)
* [Using config.yml](https://github.com/btr1975/QuickConfigTemplates/wiki/Using-the-config.yml)

### Some Important Notes
If you are planning on compiling with pyinstaller 3.2.1 there is a bug you need to either fix, or download the dev
version of pyinstaller.

See the details here [pyinstaller github bug #2434](https://github.com/pyinstaller/pyinstaller/issues/2434)

Compiles fine with pyinstaller 3.3.1 and above