NETWAYS / ansible-collection-elasticstack

A collection to install and manage the Elastic Stack
GNU General Public License v3.0
9 stars 8 forks source link

Roles in standalone mode rely on other roles for certificate management #112

Closed widhalmt closed 1 year ago

widhalmt commented 1 year ago

When you run roles on their own ( elastic_stack_full_stack: false ) the newly introduced certificate handling tasks and handling still try to access hosts handled by other roles. We need when clauses to prohibit that.