Ansible linting compliant variables
This commit is contained in:
parent
3c6e08c7cf
commit
d7be137e6e
@ -5,10 +5,10 @@
|
|||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
state: absent
|
state: absent
|
||||||
with_items:
|
with_items:
|
||||||
- "{{opendistro_conf_path}}/kirk.pem"
|
- "{{ opendistro_conf_path }}/kirk.pem"
|
||||||
- "{{opendistro_conf_path}}/kirk-key.pem"
|
- "{{ opendistro_conf_path }}/kirk-key.pem"
|
||||||
- "{{opendistro_conf_path}}/esnode.pem"
|
- "{{ opendistro_conf_path }}/esnode.pem"
|
||||||
- "{{opendistro_conf_path}}/esnode-key.pem"
|
- "{{ opendistro_conf_path }}/esnode-key.pem"
|
||||||
when: install.changed
|
when: install.changed
|
||||||
|
|
||||||
- name: Copy the node & admin certificates to Elasticsearch cluster
|
- name: Copy the node & admin certificates to Elasticsearch cluster
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
- name: Remove elasticsearch configuration file
|
- name: Remove elasticsearch configuration file
|
||||||
file:
|
file:
|
||||||
path: "{{opendistro_conf_path}}/elasticsearch.yml"
|
path: "{{ opendistro_conf_path }}/elasticsearch.yml"
|
||||||
state: absent
|
state: absent
|
||||||
when: install.changed
|
when: install.changed
|
||||||
tags: install
|
tags: install
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user