9 Commits

Author SHA1 Message Date
Mark Goddard
d0acd84ef8 Fix issue with adding user to docker group
In order to activate the group membership for the user it is necessary
to log out and back in again. Ansible typically uses the SSH Control
Persist feature which will keep the user logged in between successive
tasks. This change stops the control persist connection when the user
has been added to the docker group.

The method for determining the path to the control socket is a little
more hard coded than it should be, but no other method could be found
for determining the socket's path.
2017-08-07 12:08:41 +00:00
Mark Goddard
4751a96cc5 Fix docker MTU configuration when no MTU specified
We'll omit the option and use Docker's default value.
2017-07-26 17:51:15 +00:00
stack
3b54bf2bd6 Merge branch 'docker-mtu' of https://github.com/oneswig/kayobe into docker-mtu 2017-03-22 11:57:15 +00:00
stack
2014888acc Parameter encapsulation for Docker role 2017-03-22 11:54:10 +00:00
Stig Telfer
01c3a83d38 Update main.yml 2017-03-22 09:52:20 +00:00
stack
cf5db1d59c Second pass at Docker MTU assignment 2017-03-22 09:30:59 +00:00
stack
a5fe4b7702 Introduce 1450 MTU for Docker-encapsulated networking 2017-03-20 22:02:45 +00:00
Mark Goddard
07a33c67df Configure Docker to use direct-lvm storage backend
The loopback configuration is not recommended for production, whereas
direct-lvm is.
2017-03-15 09:44:17 +00:00
Mark Goddard
b654a70e65 Initial mega commit of Kayobe 2017-02-14 15:14:29 +00:00