1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Overhaul 1-prep/README.rst etc

This commit is contained in:
root 2021-07-31 18:01:17 -04:00
parent d328faf6e3
commit bc7c0c811c
6 changed files with 28 additions and 17 deletions

View file

@ -24,7 +24,7 @@
- include_tasks: uuid.yml
- include_tasks: ubermix.yml
- include_tasks: hw_platforms.yml
- include_tasks: hardware.yml
# Debian 10 "Buster" is apparently enabling AppArmor in 2019:

View file

@ -31,6 +31,7 @@
# line: 'include btcfg.txt'
# when: is_ubuntu
- name: '2021-07-27: SEE ALSO ~4 networking packages LATER installed by https://github.com/iiab/iiab/blob/master/roles/2-common/tasks/packages.yml'
meta: noop
@ -55,6 +56,7 @@
- wireless-tools # 2021-07-27: RaspiOS installs this regardless -- manipulate Linux Wireless Extensions
state: present
- name: Increase swap file size (to CONF_SWAPSIZE={{ pi_swap_file_size }} in /etc/dphys-swapfile) as kalite pip download fails
lineinfile:
path: /etc/dphys-swapfile
@ -67,6 +69,7 @@
name: dphys-swapfile
state: restarted
- name: Install RPi rootfs resizing (/usr/sbin/iiab-rpi-max-rootfs.sh) and its systemd service (/etc/systemd/system/iiab-rpi-root-resize.service), from templates (root:root by default)
template:
src: "{{ item.src }}"