1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/iiab-admin
2017-10-12 08:38:29 -04:00
..
defaults Test (#20) 2017-06-09 16:25:56 -07:00
files Test (#20) 2017-06-09 16:25:56 -07:00
tasks lx.staat.isdir occurred twice 2017-10-12 08:38:29 -04:00
templates fix whitespace on moved files 2017-09-19 14:51:17 -05:00
README.rst Test (#20) 2017-06-09 16:25:56 -07:00

=================
XSCE 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
* N.B. to create password hash use python -c 'import crypt; print crypt.crypt("<plaintext>", "$6$<salt>")'
* Make a sudoer
* Add /root/.ssh and dummy authorized_keys file as placeholder
* Force password for sudoers

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

* screen
* lynx

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

Has been moved to a separate git repo