2018-02-13 00:41:29 +00:00
=============
1-prep README
=============
2017-05-27 18:09:50 +00:00
2021-07-28 07:33:23 +00:00
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
2021-06-27 20:01:53 +00:00
remote support:
2018-02-13 00:41:29 +00:00
2021-07-28 08:04:51 +00:00
- dnsmasq
- /etc/iiab/uuid
- Customizing /var/log/* for Ubermix on each boot, using /etc/tmpfiles.d
2021-06-27 20:01:53 +00:00
- SSH
2021-06-28 03:15:24 +00:00
- `iiab-admin <https://github.com/iiab/iiab/tree/master/roles/iiab-admin> `_ username and group to log into Admin Console
2021-06-27 20:01:53 +00:00
- OpenVPN software if/as needed later for remote support
2021-07-28 08:04:51 +00:00
- `raspberry_pi.yml <tasks/raspberry_pi.yml> `_ including RTC, essential packages, and networking basics
2021-06-27 20:01:53 +00:00
2021-06-28 03:15:24 +00:00
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.
2021-07-28 07:33:23 +00:00
2021-07-28 08:04:51 +00:00
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).