-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathes_data.yml
More file actions
27 lines (24 loc) · 900 Bytes
/
es_data.yml
File metadata and controls
27 lines (24 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
- name: Establishes and maintains Elasticsearch data nodes
hosts: tag_ansible_group_es_data
become: yes
become_user: root
become_method: sudo
vars_files:
- "dc_config/{{ lookup('env', 'SPINE_DATACENTER') }}.yml"
- "dc_vars/{{ lookup('env', 'SPINE_DATACENTER') }}.yml"
vars:
elasticsearch_cluster_name: "spinesible-{{ spine_datacenter }}"
elasticsearch_discovery_zen_minimum_master_nodes: 1
elasticsearch_discovery_zen_ping_multicast_enabled: no
elasticsearch_memory_bootstrap_mlockall: yes
elasticsearch_node_data: yes
elasticsearch_node_master: no
elasticsearch_plugin_aws_region: "{{ spine_datacenter }}"
elasticsearch_plugin_aws_tag_filters:
es_cluster: "spinesible-{{ spine_datacenter }}"
spine_section: backbone
elasticsearch_should_format_volumes: yes
elasticsearch_total_ram_pct: 50.0
roles:
- elasticsearch