SP
Size: a a a
SP
DD
АБ
PA
PA
АБ
АБ
PA
AB
PG
MK
- name: Download Elasticsearch distribution from nexus
tags: dl
get_url:
url: '{{ elasticsearch_distr_url }}'
dest: '/tmp/'
validate_certs: no
checksum: '{{ elasticsearch_distr_checksum }}'
url_username: '{{ nexus_username }}'
url_password: '{{ nexus_password }}'
delegate_to: 127.0.0.1
ignore_errors: true
run_once: true
PG
YZ
YZ
MK
MK
TG
- name: Download Elasticsearch distribution from nexus
tags: dl
get_url:
url: '{{ elasticsearch_distr_url }}'
dest: '/tmp/'
validate_certs: no
checksum: '{{ elasticsearch_distr_checksum }}'
url_username: '{{ nexus_username }}'
url_password: '{{ nexus_password }}'
delegate_to: 127.0.0.1
ignore_errors: true
run_once: true
MK
TG