[Question]: Rename full_stack
variable - Please let us know your ideas
#316
Labels
full_stack
variable - Please let us know your ideas
#316
Ask a question
After extensive (offline) discussion while reviewing #314 @tbauriedel and I agreed that
elasticstack_full_stack
is confusingly named.So calling all developers, users and all others: This variable should be
true
when one role inside the collection can rely on things being managed and named by other roles in the same collection. It'sfalse
when you want to interfere and manage some parts yourself.It's easier to explain with an example: The
repos
role in the collection will createyum
configuration to use the repositories of Elastic. There's a hardcoded name in the configuration. And package installation will use these names in connection withenablerepo
to enable these very repositories. Soelasticstack_full_stack: true
.But if your hosts can't reach Elastics repository servers and you configure your own repository mirror for
yum
to use, you can use arbitrary names. If the package installation then tries to enable the repos by name, the task will fail. Soelasticstack_full_stack: false
because the roles can't rely on the repo name being the hardcoded example fromrepos
role.Now it's your turn: How should we name the variable to cause less confusion?
The text was updated successfully, but these errors were encountered: