2018-09-20 07:47:45 +00:00
|
|
|
.. |ss| raw:: html
|
|
|
|
|
|
|
|
<strike>
|
|
|
|
|
|
|
|
.. |se| raw:: html
|
|
|
|
|
|
|
|
</strike>
|
|
|
|
|
|
|
|
.. |nbsp| unicode:: 0xA0
|
|
|
|
:trim:
|
|
|
|
|
2017-05-27 18:09:50 +00:00
|
|
|
=================
|
2018-09-20 07:47:45 +00:00
|
|
|
iiab-admin README
|
2017-05-27 18:09:50 +00:00
|
|
|
=================
|
|
|
|
|
|
|
|
This role is home to a number of administrative playbooks. Those implemented are:
|
|
|
|
|
|
|
|
Add Administrative User
|
|
|
|
-----------------------
|
|
|
|
|
2017-06-09 23:25:56 +00:00
|
|
|
* Add the iiab-admin user and password
|
2017-05-27 18:09:50 +00:00
|
|
|
* N.B. to create password hash use python -c 'import crypt; print crypt.crypt("<plaintext>", "$6$<salt>")'
|
|
|
|
* Make a sudoer
|
2018-09-20 07:47:45 +00:00
|
|
|
* |ss| Add /root/.ssh and dummy authorized_keys file as placeholder |se| |nbsp| (moved to playbook roles/sshd)
|
2017-05-27 18:09:50 +00:00
|
|
|
* Force password for sudoers
|
|
|
|
|
|
|
|
Add Packages for Remote Access
|
|
|
|
------------------------------
|
|
|
|
|
|
|
|
* screen
|
|
|
|
* lynx
|
|
|
|
|
2017-05-31 16:08:09 +00:00
|
|
|
Admin Console
|
|
|
|
-------------
|
2017-05-27 18:09:50 +00:00
|
|
|
|
2017-10-27 13:31:12 +00:00
|
|
|
Has been moved to separate git repo: https://github.com/iiab/iiab-admin-console
|