Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. cluster.name: {{ salt['pillar.get']('es.cluster.name') }}
  2. node.name: "{{ salt['grains.get']('fqdn') }}"
  3. network.host: {{ salt['pillar.get']('foreman_interfaces:ip') }}
  4. discovery.zen.ping.multicast.enabled: {{ salt['pillar.get']('es.discovery.zen.ping.multicast.enabled') }}
  5. discovery.zen.ping.unicast.hosts: {{ salt['pillar.get']('es.discovery.zen.ping.unicast.hosts') }}
  6. http.cors.allow-origin: {{ salt['pillar.get']('es.http.cors.allow-origin') }}
  7. http.cors.enabled: {{ salt['pillar.get']('es.http.cors.enabled') }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement