shantanoo-desai / komponist

A Composer for your favorite IoT/ IIoT container stacks with Ansible + Jinja2 + Docker Compose v2
GNU Affero General Public License v3.0
25 stars 2 forks source link

[TUI] Provide a Terminal User Interface to generate Configuration YAML files #71

Closed shantanoo-desai closed 1 year ago

shantanoo-desai commented 1 year ago

Description

With increase in new services, provide a Terminal User Interface (TUI) to let the user generate:

Using the TUI, the configuration YAML will be generated which the user can control / deploy with the ansible-playbook command. In case for credentials in order to avoid tedious UIs for credentials, the TUI will generate a YAML file with placeholders for the credentials which the user can enter accordingly / manually.

Tasks