mhamrah/ansible-mesos-playbook

docker group problem

34code opened this issue · 2 comments

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!

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

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.