-
Notifications
You must be signed in to change notification settings - Fork 7
Description
I'd like to suggest a few quality-of-life improvements that could help streamline the setup process for the agent:
-
Add a flag to bbctl for installing all required dependencies upfront
Currently, when the agent connects to the server after a fresh install, it starts installing Ansible and other tools only when it receives a task. This can cause unintended prompts for a sudo password, especially when running under a low-privileged user. A dedicated flag to pre-install all necessary tools would be really helpful, or make it pre-install during run. -
Include default presets during installation
It would be great if the agent installation automatically included the default presets from the BBot repo, so everything is ready to go out of the box. -
Allow API keys to be managed centrally
It would simplify management if all API keys (for 3rd party services) could be configured on the server, and then automatically distributed to connected agents.