James Tombleson
79b7a915ac
Config was updated to find the new ./roles/ folder splitting the elastic installers into a roles that can be easier to manage
12 lines
200 B
YAML
12 lines
200 B
YAML
|
|
- name: testing elastic role
|
|
hosts: elastic
|
|
|
|
tasks:
|
|
- name: test role
|
|
import_role:
|
|
name: elasticsearch
|
|
vars:
|
|
cluster_name: "cookies"
|
|
|