Closed ptcNOP closed 6 years ago
Could we just add a variable that defines the kibana port? That's what we do elsewhere.
kibana_ports
is defined in group_vars/kibana
. So I guess my question is, can we access those vars outside of the kibana role or should we move it to group_vars/all
?
I could be wrong, but my understanding is that role variables are only available within that role. I think we may have to move the variable to group_vars/all
Okay, that's what I was thinking too. I'll move it to group_vars/all
and update the other places it's used.
This is needed for the system info tab.
TODO: