set passwords for vsg image

Change-Id: Icacd1d3b80d7c499eeb37bfbe241ef73179220f0
diff --git a/xos/tools/imagebuilder/vsg_image.yaml b/xos/tools/imagebuilder/vsg_image.yaml
index eae6612..405d044 100644
--- a/xos/tools/imagebuilder/vsg_image.yaml
+++ b/xos/tools/imagebuilder/vsg_image.yaml
@@ -68,6 +68,18 @@
            dest=/usr/local/bin/pipework
            mode=0755
 
+      - name: set root password
+        user: 
+          name=root
+          password=yg6TPnPrd0vOE
+          # (note: encrypted password)
+
+      - name: set ubuntu password
+        user:
+          name=ubuntu
+          password=fSKXyilD/wz.6
+          # (note: encrypted password)
+
 # now unmount the image file
 
 - hosts: localhost