initial commit
diff --git a/ansible-centos72-aio.cfg b/ansible-centos72-aio.cfg
new file mode 100644
index 0000000..fedc6c0
--- /dev/null
+++ b/ansible-centos72-aio.cfg
@@ -0,0 +1,23 @@
+[defaults]
+host_key_checking = false
+hostfile = ~/.ansible/inventory/aws/centos72-aio/
+forks = 50
+remote_user = centos
+private_key_file = ~/.ssh/id_rsa
+roles_path = ~/apigee-workspace/opdk-workspace/archives/apigee-opdk-playbooks
+log_path = ~/.ansible/tmp/ansible.log
+retry_files_enabled = False
+executable = /bin/bash
+gathering = smart
+fact_caching = jsonfile
+fact_caching_connection = ~/.ansible/tmp/cache
+
+# library = ~/.ansible/library/
+
+# 2 hour timeout
+fact_caching_timeout = 7200
+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
diff --git a/ansible-centos72-dc1.cfg b/ansible-centos72-dc1.cfg
new file mode 100644
index 0000000..459a088
--- /dev/null
+++ b/ansible-centos72-dc1.cfg
@@ -0,0 +1,23 @@
+[defaults]
+host_key_checking = false
+hostfile = ~/.ansible/inventory/aws/centos72-dc1/
+forks = 50
+remote_user = centos
+private_key_file = ~/.ssh/id_rsa
+roles_path = ~/apigee-workspace/opdk-workspace/archives/apigee-opdk-playbooks
+log_path = ~/.ansible/tmp/ansible.log
+retry_files_enabled = False
+executable = /bin/bash
+gathering = smart
+fact_caching = jsonfile
+fact_caching_connection = ~/.ansible/tmp/cache
+
+# library = ~/.ansible/library/
+
+# 2 hour timeout
+fact_caching_timeout = 7200
+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
diff --git a/ansible-oraclelinux68-aio.cfg b/ansible-oraclelinux68-aio.cfg
new file mode 100644
index 0000000..80366a9
--- /dev/null
+++ b/ansible-oraclelinux68-aio.cfg
@@ -0,0 +1,25 @@
+[defaults]
+host_key_checking = false
+hostfile = ~/.ansible/inventory/aws/oraclelinux68-aio/
+forks = 50
+remote_user = ec2-user
+private_key_file = ~/.ssh/id_rsa
+roles_path = ~/apigee-workspace/opdk-workspace/archives/apigee-opdk-playbooks
+log_path = ~/.ansible/tmp/ansible.log
+retry_files_enabled = False
+executable = /bin/bash
+gathering = smart
+fact_caching = jsonfile
+fact_caching_connection = ~/.ansible/tmp/cache
+local_tmp = ~/.ansible/tmp
+module_name = shell
+
+# library = ~/.ansible/library/
+
+# 2 hour timeout
+fact_caching_timeout = 7200
+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
diff --git a/ansible-oraclelinux68-dc1-public-roles.cfg b/ansible-oraclelinux68-dc1-public-roles.cfg
new file mode 100644
index 0000000..3f424ee
--- /dev/null
+++ b/ansible-oraclelinux68-dc1-public-roles.cfg
@@ -0,0 +1,25 @@
+[defaults]
+host_key_checking = false
+hostfile = ~/.ansible/inventory/aws/oraclelinux68-dc1/
+forks = 50
+remote_user = ec2-user
+private_key_file = ~/.ssh/id_rsa
+roles_path = ~/.ansible/roles
+log_path = ~/.ansible/tmp/ansible.log
+retry_files_enabled = False
+executable = /bin/bash
+gathering = smart
+fact_caching = jsonfile
+fact_caching_connection = ~/.ansible/tmp/cache
+local_tmp = ~/.ansible/tmp
+module_name = shell
+
+# library = ~/.ansible/library/
+
+# 2 hour timeout
+fact_caching_timeout = 7200
+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
diff --git a/ansible-oraclelinux68-dc1.cfg b/ansible-oraclelinux68-dc1.cfg
new file mode 100644
index 0000000..ee4830e
--- /dev/null
+++ b/ansible-oraclelinux68-dc1.cfg
@@ -0,0 +1,25 @@
+[defaults]
+host_key_checking = false
+hostfile = ~/.ansible/inventory/aws/oraclelinux68-dc1/
+forks = 50
+remote_user = ec2-user
+private_key_file = ~/.ssh/id_rsa
+roles_path = ~/apigee-workspace/opdk-workspace/archives/apigee-opdk-playbooks
+log_path = ~/.ansible/tmp/ansible.log
+retry_files_enabled = False
+executable = /bin/bash
+gathering = smart
+fact_caching = jsonfile
+fact_caching_connection = ~/.ansible/tmp/cache
+local_tmp = ~/.ansible/tmp
+module_name = shell
+
+# library = ~/.ansible/library/
+
+# 2 hour timeout
+fact_caching_timeout = 7200
+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
diff --git a/ansible-oraclelinux68-dc2-public-roles.cfg b/ansible-oraclelinux68-dc2-public-roles.cfg
new file mode 100644
index 0000000..d86650d
--- /dev/null
+++ b/ansible-oraclelinux68-dc2-public-roles.cfg
@@ -0,0 +1,25 @@
+[defaults]
+host_key_checking = false
+hostfile = ~/.ansible/inventory/aws/oraclelinux68-dc2/
+forks = 50
+remote_user = ec2-user
+private_key_file = ~/.ssh/id_rsa
+roles_path = ~/.ansible/roles
+log_path = ~/.ansible/tmp/ansible.log
+retry_files_enabled = False
+executable = /bin/bash
+gathering = smart
+fact_caching = jsonfile
+fact_caching_connection = ~/.ansible/tmp/cache
+local_tmp = ~/.ansible/tmp
+module_name = shell
+
+# library = ~/.ansible/library/
+
+# 2 hour timeout
+fact_caching_timeout = 7200
+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
diff --git a/ansible-oraclelinux68-dc2.cfg b/ansible-oraclelinux68-dc2.cfg
new file mode 100644
index 0000000..084a1df
--- /dev/null
+++ b/ansible-oraclelinux68-dc2.cfg
@@ -0,0 +1,25 @@
+[defaults]
+host_key_checking = false
+hostfile = ~/.ansible/inventory/aws/oraclelinux68-dc2/
+forks = 50
+remote_user = ec2-user
+private_key_file = ~/.ssh/id_rsa
+roles_path = ~/apigee-workspace/opdk-workspace/archives/apigee-opdk-playbooks
+log_path = ~/.ansible/tmp/ansible.log
+retry_files_enabled = False
+executable = /bin/bash
+gathering = smart
+fact_caching = jsonfile
+fact_caching_connection = ~/.ansible/tmp/cache
+local_tmp = ~/.ansible/tmp
+module_name = shell
+
+# library = ~/.ansible/library/
+
+# 2 hour timeout
+fact_caching_timeout = 7200
+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
diff --git a/ansible-vagrant-aio.cfg b/ansible-vagrant-aio.cfg
new file mode 100644
index 0000000..fd3f12e
--- /dev/null
+++ b/ansible-vagrant-aio.cfg
@@ -0,0 +1,23 @@
+[defaults]
+host_key_checking = false
+# hostfile = inventory/vagrant
+forks = 50
+remote_user = vagrant
+private_key_file = ~/.vagrant.d/insecure_private_key
+roles_path = ~/.ansible/roles
+log_path = ~/.ansible/tmp/ansible.log
+retry_files_enabled = False
+executable = /bin/bash
+gathering = smart
+fact_caching = jsonfile
+fact_caching_connection = ~/.ansible/tmp/cache
+
+# library = ~/.ansible/library/
+
+# 2 hour timeout
+fact_caching_timeout = 7200
+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