Boilerplate-free scripting and IT automation for python programmers
Project description
Jinjamator is an automation framework built to make complex automation tasks as easy and boilerplate free as possible.
Features
Jinjamator currently has following features:
run tasks written in python3
run tasks written in jinja2
register functions via content plugin system for python3 and jinja2 tasks, to have the same functionality.
run standalone as CLI application
run as REST API daemon, exporting tasks via REST API
gathering of required user inputs, determined by code inspection
validation of user inputs
log everthing to a database (daemon mode only, CLI is on roadmap)
support of different (customer) environments
distributed operation (daemon mode only)
output plugin system to further process data generated by tasks (e.g.: generate excel files from everthing)
includes a simple single-page javascript webapp for running tasks (automatically generates wizards from the task code)
aaa for the API, including LDAP, local users and OpenID-Connect
Content Plugins
For a list of content plugins see the Content Plugins section.
Output Plugins
console (print data to stdout)
excel (create a xlsx from task data)
apic (push data to cisco ACI)
zabbix (stream data to zabbix)
textfile (write return value into a textfile)
json (generate formatted, optionally syntax highlighted json)
ssh (send output via ssh to device)
null (supress output)
Installation
Install jinjamator by running:
pip3 install pipx && pipx install jinjamator
After successfull installation you should run following commands to initialize aaa
export JINJAMATOR_AAA_LOCAL_ADMIN_USERNAME=admin
export JINJAMATOR_AAA_LOCAL_ADMIN_PASSWORD=SomeSecurePassword
jinjamator -t `pipx runpip jinjamator show jinjamator | grep Location | cut -d ' ' -f 2`/jinjamator/tasks/.internal/init_aaa
Contribute
Issue Tracker: https://github.com/jinjamator/jinjamator/issues
Source Code: https://github.com/jinjamator/jinjamator
Roadmap
- Selected Roadmap items:
create more documentation
refactor frontend webapp
For documentation please refer to https://jinjamator.readthedocs.io/en/latest/
License
This project is licensed under the Apache License Version 2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jinjamator-0.138.2-py3-none-any.whl.
File metadata
- Download URL: jinjamator-0.138.2-py3-none-any.whl
- Upload date:
- Size: 10.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c42380f9b8a43d4b5a1b1e035cd35fdf28d88e5e8e7ed3707154ff773416e746
|
|
| MD5 |
0fe48c7fbf25931eaca86deacb7f5ebc
|
|
| BLAKE2b-256 |
0670fa0d668ab0c8756e2deca01fede91f384e9629ad388e28c8e64aaff118a9
|