aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-05-25 12:03:51 +0300
committerheqnx <root@heqnx.com>2025-05-25 12:03:51 +0300
commitd1fe23dbcc0df2e5d009edb0143396deb440f0f6 (patch)
treedb6e2d15f1a14b3dec46a5147bd0f2068b939843
parent4ee429ffa6b2c357bc9c7a2f51ad209ac9d57b3f (diff)
downloadansible-playbooks-d1fe23dbcc0df2e5d009edb0143396deb440f0f6.tar.gz
ansible-playbooks-d1fe23dbcc0df2e5d009edb0143396deb440f0f6.zip
added requirements to readme
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index ec33c0d..938bc9f 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ This repository contains a collection of Ansible roles and playbooks designed to
> **WARNING**: These deployments are for **authorized security testing only**. Unauthorized use may violate laws and regulations. The author and contributors are not responsible for misuse. Always obtain explicit permission before testing any system.
-## Roles Overview
+## Roles
### `roles/attackbox/` - Security tools and environment setup
- Installs various apt packages needed for security tooling.
@@ -45,6 +45,7 @@ This repository contains a collection of Ansible roles and playbooks designed to
## Usage
- Clone this repository onto your control machine.
+- Install Python dependencies with `pip install -r requirements.txt`
- Run the appropriate playbook(s) targeting your hosts:
```