This update adds the required ansible task, templates, and variables to
enable a running voltha VM to push images to an insecure registry on a
server named vinstall. This is specifically to support the creation of
a voltha installer VM. This update is one of many to suppor the
installation of voltha without external network access. Ref Jira VOL-6.

Change-Id: I7c442f0af02e5f3d59a931ecb6fc5a0222e01585
diff --git a/ansible/group_vars/all b/ansible/group_vars/all
index c93d464..589a054 100644
--- a/ansible/group_vars/all
+++ b/ansible/group_vars/all
@@ -7,3 +7,5 @@
 debian_version: xenial
 docker_cfg: docker.cfg
 docker_cfg_dest: /etc/default/docker
+docker_daemon_json: daemon.json
+docker_daemon_json_dest: /etc/docker