diff options
Diffstat (limited to 'old/attackbox/templates/readme.txt.j2')
-rw-r--r-- | old/attackbox/templates/readme.txt.j2 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/old/attackbox/templates/readme.txt.j2 b/old/attackbox/templates/readme.txt.j2 new file mode 100644 index 0000000..46ea8dc --- /dev/null +++ b/old/attackbox/templates/readme.txt.j2 @@ -0,0 +1,20 @@ +- [ generated on: {{ ansible_date_time.date }} {{ ansible_date_time.time }} + +-- [ tools + +--- [ github repos cloned to /opt/tools +{% for repo in github_repos %} +- {{ repo }} +{% endfor %} + +--- [ go tools installed +{% for tool in go_tools %} +- {{ tool }} +{% endfor %} + +-- [ package manager + +--- [ apt packages installed +{% for pkg in apt_packages %} +- {{ pkg }} +{% endfor %} |