CORD-793 Ansible playbook for refreshing fabric config

Change-Id: Ic404c793d2e062f935fce5f36930b25b21d274bc
diff --git a/cord-fabric-pingtest.yml b/cord-fabric-pingtest.yml
new file mode 100644
index 0000000..420fde0
--- /dev/null
+++ b/cord-fabric-pingtest.yml
@@ -0,0 +1,19 @@
+---
+# Send some pings from compute nodes to head node over the fabri
+# Mainly useful for CiaB right now
+
+- name: Include vars
+  hosts: head
+  tasks:
+    - name: Include variables
+      include_vars: "{{ item }}"
+      with_items:
+        - vars/cord_defaults.yml
+        - vars/cord.yml
+        - vars/example_keystone.yml
+
+- name: Fabric ping test to gateway
+  hosts: compute
+  remote_user: ubuntu
+  roles:
+    - fabric-pingtest