blob: 62c3ac0ee30d23f10ae89c493ec70c3f4665954d [file] [log] [blame]
Zack Williams275e48b2017-03-24 12:16:00 -07001---
2# deploy-elasticstack-playbook.yml
3# installs elasticstack on the CORD head node
4
5- name: Install elasticstack and apache proxy
6 become: yes
7 hosts: head
8 roles:
9 - java-oracle
10 - elasticstack
11 - apache-proxy
12