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
- Host: GitHub
- URL: https://github.com/btr1975/quickconfigtemplates
- Owner: btr1975
- License: mit
- Created: 2017-09-04T01:18:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-18T14:25:37.000Z (about 5 years ago)
- Last Synced: 2025-02-24T07:05:13.058Z (over 1 year ago)
- Topics: administration, ansible, anything, cisco, jinja2, json, linux, python, python3, templates, yaml, yml
- Language: Jinja
- Homepage:
- Size: 255 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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