mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Merge pull request #1585 from holta/ubuntu-19-tweak
Tweaks to get BIG-sized IIAB (almost!) working on Ubuntu 19.04 Beta
This commit is contained in:
commit
ba30fb0181
2 changed files with 9 additions and 2 deletions
|
@ -71,6 +71,10 @@
|
||||||
# NOT NEC TO TEST FOR is_raspbian_8 OR is_raspbian_9 AS /opt/iiab/iiab/vars/<OS>.yml
|
# NOT NEC TO TEST FOR is_raspbian_8 OR is_raspbian_9 AS /opt/iiab/iiab/vars/<OS>.yml
|
||||||
# DEFINES THESE AS SUBSETS OF is_debian_8 OR is_debian_9 (FOR NOW!)
|
# DEFINES THESE AS SUBSETS OF is_debian_8 OR is_debian_9 (FOR NOW!)
|
||||||
|
|
||||||
|
# 2019-03-29: Above works on Debian 10 Buster pre-releases, but fails on Ubuntu
|
||||||
|
# 19.04 Beta. Comment it out for now, and manually run: "apt install npm" then
|
||||||
|
# "npm install -g npm@latest" (all *SHOULD* be magically fixed by 2019-04-18 ?)
|
||||||
|
|
||||||
- name: Install latest Node.js {{ nodejs_version }} which includes /usr/bin/npm (debuntu)
|
- name: Install latest Node.js {{ nodejs_version }} which includes /usr/bin/npm (debuntu)
|
||||||
package:
|
package:
|
||||||
# name: nodejs={{ nodejs_version }}
|
# name: nodejs={{ nodejs_version }}
|
||||||
|
@ -127,3 +131,6 @@
|
||||||
# This May Change: thanks all for running "apt -a list nodejs" on Buster's
|
# This May Change: thanks all for running "apt -a list nodejs" on Buster's
|
||||||
# daily builds @ www.debian.org/devel/debian-installer/ and Disco Dingo (Ubuntu
|
# daily builds @ www.debian.org/devel/debian-installer/ and Disco Dingo (Ubuntu
|
||||||
# 19.04) https://launchpad.net/ubuntu/+source/nodejs to keep us informed!
|
# 19.04) https://launchpad.net/ubuntu/+source/nodejs to keep us informed!
|
||||||
|
|
||||||
|
# 2019-03-29: Debian 10 Buster & Ubuntu 19.04 pre-releases made the jump
|
||||||
|
# thankfully; currently both offer Node.js 10.15.2
|
||||||
|
|
|
@ -23,8 +23,8 @@ 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.2
|
||||||
# "postgresql_version: 10.3" fails (too detailed for /etc/systemd/system/postgresql-iiab.service on Ubuntu 18.04)
|
# "postgresql_version: 11.2" fails (too detailed for /etc/systemd/system/postgresql-iiab.service on Ubuntu 19.04)
|
||||||
postgresql_version: 10
|
postgresql_version: 11
|
||||||
systemd_location: /lib/systemd/system
|
systemd_location: /lib/systemd/system
|
||||||
# Upgrade Ubuntu 19.x's Calibre 3.39.1+ to very latest
|
# Upgrade Ubuntu 19.x's Calibre 3.39.1+ to very latest
|
||||||
calibre_via_debs: False
|
calibre_via_debs: False
|
||||||
|
|
Loading…
Reference in a new issue