1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00
iiab/roles/iiab-admin
A Holt fd4a8463f6
Softcode {{ iiab_admin_user }} for iiab-admin's published password?
Unclear this is a good idea.

As what was an accurate warning is now misleading, as a result of this commit.

But I suppose it doesn't hurt, e.g. if other administrative accounts also have this same published password.
2020-10-10 13:13:45 -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 Softcode {{ iiab_admin_user }} for iiab-admin's published password? 2020-10-10 13:13:45 -04:00
README.rst Update README.rst 2018-09-20 03:47:45 -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
* N.B. to create password hash use python -c 'import crypt; print crypt.crypt("<plaintext>", "$6$<salt>")'
* Make a sudoer
* |ss| Add /root/.ssh and dummy authorized_keys file as placeholder |se| |nbsp| (moved to playbook roles/sshd)
* Force password for sudoers

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

* screen
* lynx

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

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