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 run python redcloud.py/installing without a dialog.
Anyway, any suggestions would be great!
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 clonethe repository and runpython redcloud.py/installing without a dialog.Anyway, any suggestions would be great!