Ansible/playbook/linux/elastic/role-test.yml
James Tombleson 79b7a915ac Moving Elastic to a role
Config was updated to find the new ./roles/ folder
splitting the elastic installers into a roles that can be easier to manage
2019-04-25 15:25:52 -07:00

12 lines
200 B
YAML

- name: testing elastic role
hosts: elastic
tasks:
- name: test role
import_role:
name: elasticsearch
vars:
cluster_name: "cookies"