1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00
iiab/roles/iiab-admin
2020-10-13 14:29:33 -04:00
..
defaults Update main.yml 2019-03-07 19:43:31 -05:00
tasks iiab-admin/tasks/main.yml: fix iiab-admin_installed -> iiab_admin_installed 2020-09-22 02:12:20 -04:00
templates For Raspbian Desktop changes of 2018-11-13 2019-03-07 19:42:23 -05:00
README.rst Update roles/iiab-admin/README.rst 2020-10-13 14:29:33 -04:00

.. |ss| raw:: html

   <strike>

.. |se| raw:: html

   </strike>

.. |nbsp| unicode:: 0xA0
   :trim:

=================
iiab-admin README
=================

This role is home to a number of administrative playbooks.  Those implemented are:

Add Administrative User
-----------------------

* Add the iiab-admin user and password, if this has not already been done for you by IIAB's 1-line installer
* |ss| N.B. to create password hash use python -c 'import crypt; print crypt.crypt("<plaintext>", "$6$<salt>")' |se| |nbsp| (not recommended as of October 2020)
* |ss| Make a sudoer |se| |nbsp| (likely going away in October 2020, group 'iiab-admin' will be recommended instead of group 'sudo')
* |ss| Add /root/.ssh and dummy authorized_keys file as placeholder |se| |nbsp| (moved to playbook roles/sshd)
* |ss| Force password for sudoers |se|
* Please read more about the 'iiab-admin' Linux user and group, which allow you to log in to IIAB's Admin Console: https://github.com/iiab/iiab-admin-console/blob/master/Authentication.md

Add Packages for Remote Access
------------------------------

* screen
* lynx

Admin Console
-------------

Has been moved to separate git repo: https://github.com/iiab/iiab-admin-console