mitre / multiscanner-ansible

Ansible configurations for distributed MultiScanner installations
Other
13 stars 7 forks source link

Add KIBANA_LOC to web config #56

Closed ptcNOP closed 6 years ago

ptcNOP commented 6 years ago

This is needed for the system info tab.

TODO:

awest1339 commented 6 years ago

Could we just add a variable that defines the kibana port? That's what we do elsewhere.

ptcNOP commented 6 years ago

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?

awest1339 commented 6 years ago

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

ptcNOP commented 6 years ago

Okay, that's what I was thinking too. I'll move it to group_vars/all and update the other places it's used.