Automated launching of playbooks based on parameters
Most of the time, even the most basic tasks when automated can become difficult to understand. If you have to automate or trigger multiple tasks, the complexity starts to increase. Not everyone can understand them, and it shouldn’t be the job of everyone to understand them. That is why even a lot of modern servers have user interfaces that make the processing of information easier for many.
However, in many cases, even this level of abstraction isn’t enough. It may be necessary to create a tool in which users can simply enter their inputs and the server handles the creation of complex workflows and resources automatically. In short, you can make playbooks with parameters that will create resources based on an overview given to it by someone who would like the creation of the resource but does not want to bother with the intricacies behind it (in most places, these rather whimsical folk are called customers). Let...