Merge pull request #217 from gingerwizard/master
Ansible test update + 202
This commit is contained in:
commit
d9abf92502
3 changed files with 1 additions and 9 deletions
|
|
@ -8,7 +8,7 @@ provisioner:
|
||||||
roles_path: ../
|
roles_path: ../
|
||||||
require_ansible_repo: true
|
require_ansible_repo: true
|
||||||
ansible_verbose: true
|
ansible_verbose: true
|
||||||
ansible_version: 2.0.2
|
ansible_version: 2.2.0
|
||||||
http_proxy: <%= ENV['HTTP_PROXY'] %>
|
http_proxy: <%= ENV['HTTP_PROXY'] %>
|
||||||
https_proxy: <%= ENV['HTTPS_PROXY'] %>
|
https_proxy: <%= ENV['HTTPS_PROXY'] %>
|
||||||
no_proxy: localhost,127.0.0.1
|
no_proxy: localhost,127.0.0.1
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,3 @@
|
||||||
apt: deb=/tmp/elasticsearch-{{ es_version }}.deb
|
apt: deb=/tmp/elasticsearch-{{ es_version }}.deb
|
||||||
when: not es_use_repository
|
when: not es_use_repository
|
||||||
register: elasticsearch_install_from_package
|
register: elasticsearch_install_from_package
|
||||||
|
|
||||||
# ansible uri module requires httplib2
|
|
||||||
- name: python-httplib2
|
|
||||||
apt: name=python-httplib2
|
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,3 @@
|
||||||
yum: name={% if es_custom_package_url is defined %}{{ es_custom_package_url }}{% else %}{{ es_package_url }}-{{ es_version }}.noarch.rpm{% endif %} state=present
|
yum: name={% if es_custom_package_url is defined %}{{ es_custom_package_url }}{% else %}{{ es_package_url }}-{{ es_version }}.noarch.rpm{% endif %} state=present
|
||||||
when: not es_use_repository
|
when: not es_use_repository
|
||||||
register: elasticsearch_install_from_package
|
register: elasticsearch_install_from_package
|
||||||
|
|
||||||
# ansible uri module requires python-httplib2
|
|
||||||
- name: python-httplib2
|
|
||||||
pip: name=httplib2
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue