1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 11:12:06 +00:00
iiab/roles/4-server-options/README.rst

20 lines
1 KiB
ReStructuredText
Raw Permalink Normal View History

2018-02-13 00:42:22 +00:00
=======================
4-server-options README
=======================
2017-05-27 18:09:50 +00:00
Whereas 3-base-server installs critical packages needed by all, this 4th `stage <https://github.com/iiab/iiab/wiki/IIAB-Contributors-Guide#ansible>`_ installs a broad array of *options* ⁠— depending on which server apps will be installed in later stages ⁠— as specified in `/etc/iiab/local_vars.yml <http://FAQ.IIAB.IO#What_is_local_vars.yml_and_how_do_I_customize_it%3F>`_
2018-02-13 00:42:22 +00:00
2021-07-28 07:23:06 +00:00
This includes more networking fundamentals, that may further be configured later on.
2018-02-13 00:42:22 +00:00
2021-07-28 07:23:06 +00:00
Specifically, these might be installed:
- Python libraries
- SSH daemon
- Bluetooth for Raspberry Pi
- Instant-sharing of `USB stick content <https://wiki.iiab.io/go/FAQ#Can_teachers_display_their_own_content%3F>`_
2021-07-28 07:23:06 +00:00
- CUPS Printing
- Samba for Windows filesystems
- `www_options <https://github.com/iiab/iiab/blob/master/roles/www_options/tasks/main.yml>`_
2021-07-28 07:28:38 +00:00
Recap: As with 0-init, 1-prep, 2-common, 3-base-server and 5-xo-services ⁠— this 4th stage installs core server infra (that is not user-facing).