6 lines
155 B
YAML
6 lines
155 B
YAML
|
---
|
||
|
- name: Generate elasticsearch swarm
|
||
|
template:
|
||
|
src: templates/elasticsearch-swarm.yaml.j2
|
||
|
dest: "{{ target_path }}/elasticsearch-swarm.yaml"
|