aboutsummaryrefslogtreecommitdiff
path: root/attackbox/templates
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-05-23 13:37:32 +0300
committerheqnx <root@heqnx.com>2025-05-23 13:37:32 +0300
commit356adb1e7924274a25c3b1ec48cc2a6d07f56cc4 (patch)
treecb23e4990a9a118319c8636f1ac6c8714cf5ee0f /attackbox/templates
parent72756cce5ea85f43c7fa80f1f128bbbe7f1a4309 (diff)
downloadansible-playbooks-356adb1e7924274a25c3b1ec48cc2a6d07f56cc4.tar.gz
ansible-playbooks-356adb1e7924274a25c3b1ec48cc2a6d07f56cc4.zip
added attackbox ansible setup
Diffstat (limited to 'attackbox/templates')
-rw-r--r--attackbox/templates/readme.txt.j220
1 files changed, 20 insertions, 0 deletions
diff --git a/attackbox/templates/readme.txt.j2 b/attackbox/templates/readme.txt.j2
new file mode 100644
index 0000000..46ea8dc
--- /dev/null
+++ b/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 %}