I work with a microservice platform that has 21 microservices. We deploy them using kubernetes and Ansible. We have the idea to develop an installation script, that would ask the user about what microservices to use (user can ignore some of them). And database credentials for instance. Is that a good idea? We think about it to make the installation process easy for the user.