CORD-993
elasticstack role, installs on head node
fix elasticstack/java apt-cacher passthrough
reliability fix for download Glance VM images
more reliable reliability fix
simplify apt-cacher ssl passthrough
apt-cacher defaults in other roles

Change-Id: Ia78d256f562c30539240d12ba163f7af6e375131
diff --git a/deploy-elasticstack-playbook.yml b/deploy-elasticstack-playbook.yml
new file mode 100644
index 0000000..62c3ac0
--- /dev/null
+++ b/deploy-elasticstack-playbook.yml
@@ -0,0 +1,12 @@
+---
+# deploy-elasticstack-playbook.yml
+# installs elasticstack on the CORD head node
+
+- name: Install elasticstack and apache proxy
+  become: yes
+  hosts: head
+  roles:
+    - java-oracle
+    - elasticstack
+    - apache-proxy
+