mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Update raspberry_pi.yml
This commit is contained in:
parent
63b17f2c83
commit
cce544c868
1 changed files with 13 additions and 7 deletions
|
@ -31,15 +31,21 @@
|
||||||
# line: 'include btcfg.txt'
|
# line: 'include btcfg.txt'
|
||||||
# when: is_ubuntu
|
# when: is_ubuntu
|
||||||
|
|
||||||
- name: 'Ensure packages are installed: dphys-swapfile, fake-hwclock, iw, rfkill, wireless-tools'
|
- name: '2021-07-27: SEE ALSO ~3 networking packages LATER installed by https://github.com/iiab/iiab/blob/master/roles/2-common/tasks/packages.yml'
|
||||||
|
meta: noop
|
||||||
|
|
||||||
|
- name: '2021-07-27: SEE ALSO 4-5 networking packages LATER installed by https://github.com/iiab/iiab/blob/master/roles/2-common/tasks/network.yml'
|
||||||
|
meta: noop
|
||||||
|
|
||||||
|
- name: 'Install packages: cloud-guest-utils, dphys-swapfile, fake-hwclock, iw, rfkill, wireless-tools'
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
- dphys-swapfile
|
- cloud-guest-utils # Contains 'growpart' for resizing a partition during boot, which is normally done with the aid of cloud-init
|
||||||
- fake-hwclock
|
- dphys-swapfile # Autogenerate and use a swap file
|
||||||
- iw
|
- fake-hwclock # Save/restore system clock on machines without working RTC hardware
|
||||||
- rfkill
|
- iw # Configuring Linux wireless devices
|
||||||
- wireless-tools
|
- rfkill # Enabling & disabling wireless devices
|
||||||
- cloud-guest-utils
|
- wireless-tools # Manipulating Linux Wireless Extensions
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Increase swap file size (to CONF_SWAPSIZE={{ pi_swap_file_size }} in /etc/dphys-swapfile) as kalite pip download fails
|
- name: Increase swap file size (to CONF_SWAPSIZE={{ pi_swap_file_size }} in /etc/dphys-swapfile) as kalite pip download fails
|
||||||
|
|
Loading…
Reference in a new issue