Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shared Ansible Dependencies #1194

Closed
2 tasks done
TheTechromancer opened this issue Mar 18, 2024 · 1 comment
Closed
2 tasks done

Shared Ansible Dependencies #1194

TheTechromancer opened this issue Mar 18, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@TheTechromancer
Copy link
Collaborator

TheTechromancer commented Mar 18, 2024

We have run into several situations (i.e. with ffuf) where multiple modules need access to the same dependency, but because of how preloading works, they each have to specify their own copy of the ansible playbook. It would be nice to compartmentalize this into a deps_helpers attribute, where we have a predefined selection of common tools such as ffuf, massdns, etc. available for any module to use. This would be a prerequisite to helperifying our DNS and web brute-forcing.

  • docker
  • ffuf
@TheTechromancer TheTechromancer added the enhancement New feature or request label Mar 18, 2024
@TheTechromancer TheTechromancer self-assigned this Mar 18, 2024
@TheTechromancer TheTechromancer mentioned this issue Mar 18, 2024
74 tasks
@TheTechromancer TheTechromancer mentioned this issue Apr 4, 2024
42 tasks
@TheTechromancer
Copy link
Collaborator Author

Added in #1270.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant