mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #2002 from holta/ubuntu-19.10
httpd: php_version: 7.2 -> 7.3; lokole: bcrypt -> python3-bcrypt; osm-vector-maps: python-geojson -> python3-geojson for Ubuntu 19.10 [Node.js should install via curl soon after release on 2019-10-17; cmdsrv requires python-systemd -> python3-systemd ?]
This commit is contained in:
commit
6809976a3f
3 changed files with 7 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Lokole PDF (User's Guide) gets copied for offline use (http://box/info) here:
|
# Lokole PDF (User's Guide) gets copied for offline use (http://box/info) here:
|
||||||
# https://github.com/iiab/iiab/blob/master/roles/httpd/templates/refresh-wiki-docs.sh#L47
|
# https://github.com/iiab/iiab/blob/master/roles/httpd/templates/refresh-wiki-docs.sh#L47
|
||||||
|
|
||||||
- name: "Install 7 packages for Lokole: python3, python3-pip, python3-venv, python3-dev, libffi-dev, libssl-dev, bcrypt"
|
- name: "Install 7 packages for Lokole: python3, python3-pip, python3-venv, python3-dev, libffi-dev, libssl-dev, python3-bcrypt"
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- python3
|
- python3
|
||||||
|
@ -10,7 +10,8 @@
|
||||||
- python3-dev
|
- python3-dev
|
||||||
- libffi-dev
|
- libffi-dev
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
- bcrypt
|
#- bcrypt does not exist on Ubuntu 19.10
|
||||||
|
- python3-bcrypt # 2019-10-14: should work across modern Linux OS's
|
||||||
state: present
|
state: present
|
||||||
tags:
|
tags:
|
||||||
- install
|
- install
|
||||||
|
|
|
@ -34,9 +34,10 @@
|
||||||
url: "{{ iiab_map_url }}/assets/bboxes.geojson"
|
url: "{{ iiab_map_url }}/assets/bboxes.geojson"
|
||||||
dest: '{{ vector_map_path }}/maplist/assets/'
|
dest: '{{ vector_map_path }}/maplist/assets/'
|
||||||
|
|
||||||
- name: Install python-geojson package, that helps with geojson
|
- name: Install python3-geojson package, that helps with geojson
|
||||||
package:
|
package:
|
||||||
name: python-geojson
|
#name: python-geojson does not exist on Ubuntu 19.10
|
||||||
|
name: python3-geojson # 2019-10-14: should work across modern Linux OS's
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Install /usr/bin/iiab-update-map for updating of Map Pack catalog & descriptions
|
- name: Install /usr/bin/iiab-update-map for updating of Map Pack catalog & descriptions
|
||||||
|
|
|
@ -22,7 +22,7 @@ mysql_service: mariadb
|
||||||
apache_log: /var/log/apache2/access.log
|
apache_log: /var/log/apache2/access.log
|
||||||
sshd_package: openssh-server
|
sshd_package: openssh-server
|
||||||
sshd_service: ssh
|
sshd_service: ssh
|
||||||
php_version: 7.2
|
php_version: 7.3
|
||||||
# "postgresql_version: 11.2" fails (too detailed for /etc/systemd/system/postgresql-iiab.service on Ubuntu 19.04)
|
# "postgresql_version: 11.2" fails (too detailed for /etc/systemd/system/postgresql-iiab.service on Ubuntu 19.04)
|
||||||
postgresql_version: 11
|
postgresql_version: 11
|
||||||
systemd_location: /lib/systemd/system
|
systemd_location: /lib/systemd/system
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue