-
Notifications
You must be signed in to change notification settings - Fork 204
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
Non-Interactive Deployment #7
Comments
Hello, thank you for checking Redcloud out. |
Yep, some way to pass the configuration to RedCloud without requiring user interaction just to get it running would be awesome (arguments or a config file). Btw, most of my fellow security analysts on my team and myself have been playing with RedCloud over the past few days and we think we'll probably add it to our pen-testing kit. It's a great tool! |
Oh wow what nice feedback to read, thanks! |
Hey actually, I just decided to
For my purposes running |
Smart workaround. Glad to know. |
First off, thanks for a great project.
I'm working on Ansible playbooks to deploy Redcloud. Is there a way to deploy Redcloud on a remote machine without requiring user interaction? Not using the menu, but rather supplying all the configuration via a config file or arguments to
redcloud.py
.My desired workflow is to non-interactively
git clone
the repository and runpython redcloud.py
/installing without a dialog.Anyway, any suggestions would be great!
The text was updated successfully, but these errors were encountered: