2022-01-07 08:47:39 +00:00
|
|
|
# Please set 'rpi3bplus_rpi4_wifi_firmware' and 'rpizerow_rpi3_wifi_firmware' in
|
|
|
|
# /etc/iiab/local_vars.yml to increase (or modify) the number of student WiFi
|
|
|
|
# client devices that can access your Raspberry Pi's internal WiFi hotspot.
|
|
|
|
|
|
|
|
# If IIAB's already installed, you should then run 'cd /opt/iiab/iiab'
|
|
|
|
# followed by 'sudo ./runrole firmware'
|
|
|
|
|
|
|
|
# Background: https://github.com/iiab/iiab/issues/823#issuecomment-662285202
|
2020-09-22 05:04:06 +00:00
|
|
|
|
2020-09-22 17:17:34 +00:00
|
|
|
- name: Install firmware (for RPi internal WiFi)
|
|
|
|
include_tasks: install.yml
|
|
|
|
#when: firmware_installed is undefined
|
|
|
|
|
2022-01-07 08:47:39 +00:00
|
|
|
# Two variables are placed in /etc/iiab/iiab_state.yml:
|
2020-09-22 17:17:34 +00:00
|
|
|
#
|
|
|
|
# - firmware_downloaded (set in download.yml) is used in install.yml
|
|
|
|
#
|
|
|
|
# - firmware_installed (set in install.yml) isn't acted upon programmatically.
|
|
|
|
# It serves as a very helpful rapid reminder in iiab_state.yml in the same
|
|
|
|
# way as roles like: sshd, iiab-admin, pylibs, www_base, www_options.
|