You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently red team Ansible deployment uses template the most out of any Ansible module.
Is it worthwhile & feasible to implement a similar function in eldritch.
Use case
Deploy service files, scripts, and configuration files would be a very streamlined way to dynamically build files on the go.
Questions
Can the eldritch bindings support an unlimited number of arguments with arbitrary names?
Would we have to instead pass a JSON string with key value pairs representing the jinja2 data?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Problem
Currently red team Ansible deployment uses template the most out of any Ansible module.
Is it worthwhile & feasible to implement a similar function in eldritch.
Use case
Deploy service files, scripts, and configuration files would be a very streamlined way to dynamically build files on the go.
Questions
Resources
Looking at this library to implement jinja2 templating
https://docs.rs/minijinja/latest/minijinja/
Beta Was this translation helpful? Give feedback.
All reactions