mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
commit
e5ab7910ec
4 changed files with 5 additions and 2 deletions
|
@ -31,13 +31,14 @@
|
|||
line: 'include btcfg.txt'
|
||||
when: is_ubuntu
|
||||
|
||||
- name: 'Ensure packages are installed: dphys-swapfile, fake-hwclock, iw, rfkill'
|
||||
- name: 'Ensure packages are installed: dphys-swapfile, fake-hwclock, iw, rfkill, wireless-tools'
|
||||
package:
|
||||
name:
|
||||
- dphys-swapfile
|
||||
- fake-hwclock
|
||||
- iw
|
||||
- rfkill
|
||||
- wireless-tools
|
||||
state: present
|
||||
|
||||
- name: Increase swap file size (to CONF_SWAPSIZE={{ pi_swap_file_size }} in /etc/dphys-swapfile) as kalite pip download fails
|
||||
|
|
|
@ -13,6 +13,7 @@ gitea_version: 1.11.3
|
|||
iset_suffixes:
|
||||
i386: 386
|
||||
x86_64: amd64
|
||||
aarch64: arm64
|
||||
armv6l: arm-6
|
||||
armv7l: arm-6 # "arm-7" used to work, but no longer since 2019-04-20's Gitea 1.8.0: https://github.com/iiab/iiab/issues/1673 https://github.com/iiab/iiab/pull/1713 -- 2019-07-31: ARM7 support will return at some point, according to: https://github.com/go-gitea/gitea/pull/7037#issuecomment-516735216 (what about ARM8 support for RPi 4?)
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
- python3-bcrypt # 2019-10-14: Should work across modern Linux OS's
|
||||
#- bcrypt does not exist on Ubuntu 19.10
|
||||
- libffi-dev
|
||||
- libjpeg-dev
|
||||
- libssl-dev
|
||||
- libopenjp2-7 # 2020-02-01: To solve bug #2221
|
||||
state: present
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
# All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml
|
||||
# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!
|
||||
|
||||
phpmyadmin_name: "phpMyAdmin-5.0.1-all-languages"
|
||||
phpmyadmin_name: "phpMyAdmin-5.0.2-all-languages"
|
||||
phpmyadmin_name_zip: "{{ phpmyadmin_name }}.zip"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue