mhamrah / ansible-mesos-playbook

An ansible playbook for launching a mesos cluster with docker and marathon support.
MIT License
151 stars 60 forks source link

How to access things #14

Open samuell opened 8 years ago

samuell commented 8 years ago

Stupid newbie questions: When using this via vagrant, with vagrant up ... how do I go about getting started? Can I access some kind of web ui via some port, or do I need to call things from inside the box only?

andrewrothstein commented 8 years ago

I've been using the hostsupdater plugin to give the VM names in /etc/hosts. I can then command/configure a fleet of local VMs the same way I would a collection of cloud VMs. take a look at this. it brings up a cluster of centos-7 VMs and does provisioning externally. I've shied away from using the vagrant Ansible provisioner. my 2 cents.