unfetter
unfetter copied to clipboard
evaluate ansible_container
Ansible Container seems to fix alot of the problems I was having with ansible_docker and ansible_images. Need to investigate to see
https://docs.ansible.com/ansible-container/getting_started.html
ansible_container seems to be a good option when setting up the deploy, build, production stages. However, it doesn't appear to have the ability to implement alternative deployments for things like Taxii, babelfish, etc.
If we could pick and choose which "services" to run, then it might be worth it.
Other options is to break those deployments into other application stacks.
Maybe, we have multiple container.yml for each github project. Each one would connect to the same network.
It looks like ansible container.yml passes through a jinja2. So, we could have input variables that change the deployment of the container.yml
https://github.com/ansible/ansible-container-examples/tree/master/elk-stack