[CORD-1358] Creating base xos_config

Change-Id: I9053434fe98c5a314bc2a9b086ab7557fc01eb6d
diff --git a/roles/cord-profile/defaults/main.yml b/roles/cord-profile/defaults/main.yml
index 98734ec..e0f2de0 100644
--- a/roles/cord-profile/defaults/main.yml
+++ b/roles/cord-profile/defaults/main.yml
@@ -51,6 +51,15 @@
 
 xos_other_templates: []
 
+# XOS Config (xos_config.yaml)
+xos_db_name: xos
+xos_db_username: postgres
+xos_db_password: password
+xos_logging_level: debug
+xos_logging_channels:
+      - file
+      - console
+
 # GUI Config [new GUI], used in app.config.js.j2 and style.config.js.j2
 gw_port: 3000
 gui_api_endpoint: "/xosapi/v1"