CORD-993
Eliminate elastic VM, install elasticstack on prod
remove old elastic VM config, install python-netaddr

Change-Id: I27f155733bc5c374e22cefec33086480ecb89df3
diff --git a/scripts/bootstrap_ansible.sh b/scripts/bootstrap_ansible.sh
index ddaa522..6c7db5b 100755
--- a/scripts/bootstrap_ansible.sh
+++ b/scripts/bootstrap_ansible.sh
@@ -18,8 +18,8 @@
 set -e
 
 echo "Installing Ansible..."
-apt-get install -y software-properties-common
+apt-get install -y software-properties-common python-netaddr apt-transport-https 
 apt-add-repository ppa:ansible/ansible
 apt-get update
-apt-get install -y ansible apt-transport-https
+apt-get install -y ansible
 cp /cord/build/ansible/ansible.cfg /etc/ansible/ansible.cfg