unfetter icon indicating copy to clipboard operation
unfetter copied to clipboard

evaluate ansible_container

Open infosec-alchemist opened this issue 6 years ago • 3 comments

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

infosec-alchemist avatar Jun 27 '18 20:06 infosec-alchemist

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.

infosec-alchemist avatar Jul 26 '18 23:07 infosec-alchemist

Maybe, we have multiple container.yml for each github project. Each one would connect to the same network.

infosec-alchemist avatar Jul 27 '18 00:07 infosec-alchemist

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

infosec-alchemist avatar Jul 27 '18 15:07 infosec-alchemist