mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
PHRAS-2368 Add python dependencies to server packages to fix elasticsearch setup
This commit is contained in:
@@ -18,6 +18,10 @@
|
|||||||
with_items: '{{ server.packages }}'
|
with_items: '{{ server.packages }}'
|
||||||
when: server.packages is defined
|
when: server.packages is defined
|
||||||
|
|
||||||
|
- name: Pip install ndg-httpsclient
|
||||||
|
shell: pip install ndg-httpsclient
|
||||||
|
sudo: yes
|
||||||
|
|
||||||
- name: Configure the timezone
|
- name: Configure the timezone
|
||||||
sudo: yes
|
sudo: yes
|
||||||
template: src=timezone.j2 dest=/etc/timezone
|
template: src=timezone.j2 dest=/etc/timezone
|
||||||
|
@@ -21,6 +21,13 @@ server:
|
|||||||
- xpdf
|
- xpdf
|
||||||
- libav-tools
|
- libav-tools
|
||||||
- gpac
|
- gpac
|
||||||
|
- python
|
||||||
|
- python-urllib3
|
||||||
|
- python3-openssl
|
||||||
|
- python-pyasn1
|
||||||
|
- python-pyasn1-modules
|
||||||
|
- python3-pyasn1
|
||||||
|
- python-pip
|
||||||
timezone: UTC
|
timezone: UTC
|
||||||
locales:
|
locales:
|
||||||
- en_GB.UTF-8
|
- en_GB.UTF-8
|
||||||
|
Reference in New Issue
Block a user