added edge, baas and portal config
diff --git a/edge-baas-portal-1701-dc7.cfg b/edge-baas-portal-1701-dc7.cfg
new file mode 100644
index 0000000..3743c24
--- /dev/null
+++ b/edge-baas-portal-1701-dc7.cfg
@@ -0,0 +1,35 @@
+[defaults]
+hostfile = ~/.ansible/inventory/edge-baas-portal-1701-dc7
+fact_caching_connection = ~/.ansible/tmp/cache/edge-baas-portal-1701-dc7
+log_path = ~/.ansible/tmp/logs/edge-baas-portal-1701-dc7.log
+
+remote_user = ec2-user
+private_key_file = ~/.ssh/id_rsa
+
+roles_path = ~/.ansible/roles
+local_tmp = ~/.ansible/tmp
+library = ~/.ansible/library/
+
+host_key_checking = false
+forks = 10
+retry_files_enabled = False
+# executable = /bin/bash
+executable = sh
+ansible_shell_type=sh
+module_name = shell
+
+# Caching attributes
+gathering = smart
+# fact_caching = redis
+fact_caching = jsonfile
+# fact_caching_timeout = 7200
+fact_caching_timeout = 86400
+
+# 2 hour timeout
+timeout = 60
+
+[ssh_connection]
+ssh_args = -o ControlMaster=auto -o ControlPersist=7200s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -q
+control_path=%(directory)s/ansible-ssh-%%h-%%p-%%r
+pipelining = True
+