CSIRT-MU / Stream4Flow

A framework for the real-time network traffic analysis based on world-leading technologies for distributed stream processing, network traffic monitoring, and visualization.
https://csirt.muni.cz/?lang=en
MIT License
101 stars 36 forks source link

Ansible variables in configuration file #9

Closed tomjirsa closed 7 years ago

tomjirsa commented 7 years ago

Goal is to aggregate all variables from ansible provisioning into one configuration file to make the deployment easier and more configurable.

simkosvorad commented 7 years ago

I found 3 possibilities which wereinclude_vars in tasks, vars_files in playbooks and group_vars. We chose group_vars possibility because it doesn't require any modification of roles or playbooks.

tomjirsa commented 7 years ago

Done, merged with master in #12