Answer the question
In order to leave comments, you need to log in
What system can be used to organize the deployment of a project with certain parameters on one machine?
The bottom line is this:
I would like to be able to raise a project with certain parameters on any one machine.
Something similar to the Google Cloud or AWS admin panel, that is, a list in which I can see the raised project instances.
For example, I want to raise a new instance, I enter the parameters I need, it creates a directory on the machine, builds the project there and displays it in the list.
When the instance stops - the directory with the project is deleted, etc.
Is there anything similar or + - with the same functionality?
Tried jenkins, it can't. Perhaps there are some plugins for it that implement this?
Answer the question
In order to leave comments, you need to log in
As an executor:
Ansible + Ansible Tower
Jenkins is also quite suitable for the task, but it will have to be prepared
. You can deploy it wherever you like - vagrant, kubernetes, proxmox, or at least docker compose.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question