-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
Description
Is your feature request related to a problem? Please describe.
I setup my Klipper machines using Ansible automation but it is very close to being impossible to do this installation in a clean way.
Describe the solution you'd like
Running the installation with options already filled in, either via command-line, environment variables, or via the .env file, would result in a successful installation. If any options are missing or malformed, installation fails. Could trigger the non-interactive mode via an initial switch such as -noint.
Describe alternatives you've considered
I've tried using the expect executable, but it does not seem to work correctly in this instance. I may be using it wrong.
Additional information
No response