On Tue, Jul 12, 2016 at 8:10 PM, Hristo Stoyanov <[email protected]> wrote: > In the new Ansible Container readme, there is this use case: > > Many people use Docker for development environments only but then use > Ansible playbooks to push out to staging or production. This allows you to > use the same playbooks and roles in your Docker dev environment as in your > production environments. > > > > This seems very exciting, but I am not sure how will this be being achieved. > Let's say one uses Docker Composer to orchestrate containers. When you > deploy to a "dockerless" VPS (let's say Debian) all you have there is > systemd. Does this mean that AnsibleContainer would know how to configure > systemd on a 'dockerless" system, and use docker compose on a (local) > dockered laptop? > > Is this already available?
The assumption we're making presently to get bootstrapped is that Docker is the local target for build/run, and that Kubernetes is the remote target for push/shipit. Other use cases may be possible in the future, but this is the one we're aiming for first. --g > -- > You received this message because you are subscribed to the Google Groups > "Ansible Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/86be0467-f892-416e-9740-ddd776462dd5%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- Greg DeKoenigsberg Ansible Community Guy -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAM1FbhHxZRobs%2BhDyey0i5VTJCH09XP2o_Q%3Dhu0uNeyjg2JcdQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
