mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
@@ -1,2 +1,2 @@
|
||||
---
|
||||
elasticsearch_url: https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-{{ elasticsearch.version }}.deb
|
||||
elasticsearch_url: https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/{{ elasticsearch.version }}/elasticsearch-{{ elasticsearch.version }}.deb
|
@@ -36,7 +36,7 @@
|
||||
sudo: yes
|
||||
|
||||
- name: Install plugins
|
||||
shell: /usr/share/elasticsearch/bin/plugin install {{ item.name }}/{{ item.version }}
|
||||
shell: /usr/share/elasticsearch/bin/plugin install {{ item.name }}
|
||||
when: not is_installed
|
||||
with_items: "{{ elasticsearch.plugins }}"
|
||||
|
||||
|
@@ -2,6 +2,9 @@
|
||||
apt: pkg="php5.6-dev" state=present
|
||||
when: php.pecl_packages is defined
|
||||
|
||||
- name: Update pecl chennel
|
||||
shell: pecl channel-update pecl.php.net
|
||||
|
||||
- name: Install Package
|
||||
shell: echo "\n\n\n\n\n\n\n\n\n" | pecl install {{ item.package }}
|
||||
register: pecl_result
|
||||
|
@@ -20,6 +20,7 @@
|
||||
apt: pkg={{ item }} state=latest allow_unauthenticated=yes
|
||||
with_items:
|
||||
- rabbitmq-server
|
||||
- librabbitmq1
|
||||
- librabbitmq-dev
|
||||
|
||||
- name: Enable management plugin
|
||||
|
Reference in New Issue
Block a user