ansible / ansible-container

DEPRECATED -- Ansible Container was a tool to build Docker images and orchestrate containers using only Ansible playbooks.
GNU Lesser General Public License v3.0
2.19k stars 393 forks source link

Deploy on Amazon ECS #153

Open ReeSilva opened 8 years ago

ReeSilva commented 8 years ago

Hey guys. Do you have any plans for in the next weeks release a version with Amazon ECS engine to Shipit? There are any branch with this feature that I can use?

If not, do you have some date to release this?

Thank u in advance.

chouseknecht commented 8 years ago

No plans as of yet. PRs welcome!

ReeSilva commented 8 years ago

Despite my low experience with Python, I'll try to do something. Thank u.

j00bar commented 8 years ago

I know that @defionscode wanted to do this as well.

ReeSilva commented 8 years ago

Nice to know, thanks @j00bar

Hey, @defionscode, did u made any progress in this? There is anything that I can help? Or you don't even start this and I can start from scratch?

juliedavila commented 8 years ago

I haven't started. Feel free to start. I was planning to hit it next week.

On Wednesday, August 10, 2016, Renato Biancalana da Silva < notifications@github.com> wrote:

Nice to know, thanks @j00bar https://github.com/j00bar

Hey, @defionscode https://github.com/defionscode, did u made any progress in this? There is anything that I can help? Or you don't even start this and I can start from scratch?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ansible/ansible-container/issues/153#issuecomment-238829937, or mute the thread https://github.com/notifications/unsubscribe-auth/AEcrYv7mK2wlJ8QrfP0PIvD8ZshaCdkrks5qeao9gaJpZM4JfHJF .

dannyz29 commented 7 years ago

Hey, would be great to be able to use it with our ECS setup. Did you guys made any progress?

dannyz29 commented 7 years ago

+1

braybaut commented 7 years ago

+1

cjwelle commented 7 years ago

+1

chenl87 commented 7 years ago

+1

lmascarenhas commented 7 years ago

+1

shayrybak commented 6 years ago

+1

nabello commented 6 years ago

+1

zsrinivas commented 5 years ago

+1

voronenko-p commented 5 years ago

Colleagues, unless some one would like to implement this part, issue is stalled.

I personally have two clients running their product on AWS ECS - so far two options work: a) terraform with it's ECS provider b) ansible play with ECS modules.

ansible-container might be used to build image.

(at the same moment, terraform packer might be used almost in the same way - what is good with ansible-container at a moment - is possibility to inject python into python less container. Beside that, packer approach is the same)