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

docker group problem #1

Closed 34code closed 10 years ago

34code commented 10 years ago

run into this problem on digitalocean

stderr: groupadd: group 'docker' already exists

Also, I needed to rename the "librarian-roles" directory to "roles" in order to make ansible run. Thanks for building this btw!

34code commented 10 years ago

I have to manually ssh into every machine and groupdel docker to make it work .. perhaps it is digitalocean specific -- but since they are so cheap .. I think it will be a popular option for trying our mesos

mhamrah commented 10 years ago

Hey! Sorry about that, the issue was with the ansible-docker playbook. I tried adding the docker group which works the first time, but not subsequent times. I need to level-up my ansible. I commented out the add in ansible-docker and fixed the librarian-ansible ref, so you should be good to go.