1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/1-prep
2021-07-31 07:26:06 -04:00
..
defaults 0-init & 1-prep: phase 1 to readable defaults/main.yml 2021-07-30 16:30:10 -04:00
files Update iiab.conf 2019-01-12 16:12:28 -05:00
tasks Tighten up 0-init, 1-prep etc for understandability 2021-07-30 04:01:12 -04:00
templates Rename chrony.conf.j2 to chrony.conf.j2.unused 2021-07-31 07:26:06 -04:00
README.rst Update 1-prep/README.rst 2021-07-28 04:04:51 -04:00

=============
1-prep README
=============

This 1st `stage <https://github.com/iiab/iiab/wiki/IIAB-Contributors-Guide#ansible>`_ (1-prep) is primarily hardware-focused, prior to OS
additions/mods — but also includes critical pieces sometimes needed for
remote support:

- dnsmasq
- /etc/iiab/uuid
- Customizing /var/log/* for Ubermix on each boot, using /etc/tmpfiles.d
- SSH
- `iiab-admin <https://github.com/iiab/iiab/tree/master/roles/iiab-admin>`_ username and group to log into Admin Console
- OpenVPN software if/as needed later for remote support
- `raspberry_pi.yml <tasks/raspberry_pi.yml>`_ including RTC, essential packages, and networking basics

Traditionally 1-prep also included preliminaries like hostname and
hardware-oriented things specific to a particular platform (such as
One Laptop Per Child's XO laptop) i.e. critical setup prior to the
bulk of IIAB's software install.

Recap: Similar to 0-init, 2-common, 3-base-server, 4 server-options and 5-xo-services ⁠— this 1st stage installs core server infra (that is not user-facing).