Using Ansible, we should be able to automatically configure
- Tulip
- Suricata
- DestructiveFarm
There must be no need to edit the various scripts used to configure the stack. Instead use a configuration file where we can edit variables (e.g. network interface).
Example
Create a file configurations.yaml.dist holding all the possible variables so we can just copy, paste & edit it.
Using Ansible, we should be able to automatically configure
There must be no need to edit the various scripts used to configure the stack. Instead use a configuration file where we can edit variables (e.g. network interface).
Example
Create a file
configurations.yaml.distholding all the possible variables so we can just copy, paste & edit it.