roles/opendistro-elasticsearch: remove nested jinja pattern and move it to a task-local variable for clarity
This commit is contained in:
parent
80593c464b
commit
15f15170f3
@ -60,10 +60,12 @@
|
|||||||
|
|
||||||
- name: Copy the OpenDistro security configuration file to cluster
|
- name: Copy the OpenDistro security configuration file to cluster
|
||||||
blockinfile:
|
blockinfile:
|
||||||
block: "{{ lookup('file', '{{ local_certs_path }}/certs/{{ od_node_name }}_elasticsearch_config_snippet.yml') }}"
|
block: "{{ lookup('file', snippet_path ) }}"
|
||||||
dest: "{{ opendistro_conf_path }}/elasticsearch.yml"
|
dest: "{{ opendistro_conf_path }}/elasticsearch.yml"
|
||||||
insertafter: EOF
|
insertafter: EOF
|
||||||
marker: "## {mark} Opendistro Security Node & Admin certificates configuration ##"
|
marker: "## {mark} Opendistro Security Node & Admin certificates configuration ##"
|
||||||
|
vars:
|
||||||
|
snippet_path: '{{ local_certs_path }}/certs/{{ od_node_name }}_elasticsearch_config_snippet.yml'
|
||||||
|
|
||||||
- name: Prepare the OpenDistro security configuration file
|
- name: Prepare the OpenDistro security configuration file
|
||||||
replace:
|
replace:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user