PHRAS-2368 Add python dependencies to server packages to fix elasticsearch setup

This commit is contained in:
Xavier Rousset
2019-01-11 16:04:23 +01:00
parent 8c41dc28c7
commit 3466d4f861
2 changed files with 11 additions and 0 deletions

View File

@@ -18,6 +18,10 @@
with_items: '{{ server.packages }}'
when: server.packages is defined
- name: Pip install ndg-httpsclient
shell: pip install ndg-httpsclient
sudo: yes
- name: Configure the timezone
sudo: yes
template: src=timezone.j2 dest=/etc/timezone

View File

@@ -21,6 +21,13 @@ server:
- xpdf
- libav-tools
- gpac
- python
- python-urllib3
- python3-openssl
- python-pyasn1
- python-pyasn1-modules
- python3-pyasn1
- python-pip
timezone: UTC
locales:
- en_GB.UTF-8