Add 'edubox', reordering.
This commit is contained in:
parent
bc383ec232
commit
429ca35a75
1 changed files with 31 additions and 19 deletions
50
README
50
README
|
@ -19,11 +19,6 @@ offers ansible playbooks and instructions for the following machines:
|
||||||
|
|
||||||
• kerberox-client: the client for the kerberized LAN
|
• kerberox-client: the client for the kerberized LAN
|
||||||
|
|
||||||
• kiosk: school's computer, hackerspace, …
|
|
||||||
- auto login user
|
|
||||||
- reasonable defaults
|
|
||||||
- temporary home directory on tmpfs, reset at boot
|
|
||||||
|
|
||||||
• cloudbox: nextcloud server in the basement
|
• cloudbox: nextcloud server in the basement
|
||||||
- setup of a home cloud server
|
- setup of a home cloud server
|
||||||
- dynamic DNS name
|
- dynamic DNS name
|
||||||
|
@ -31,6 +26,13 @@ offers ansible playbooks and instructions for the following machines:
|
||||||
- backup with borg
|
- backup with borg
|
||||||
- …
|
- …
|
||||||
|
|
||||||
|
• kiosk: school's computer, hackerspace, …
|
||||||
|
- auto login user
|
||||||
|
- reasonable defaults
|
||||||
|
- temporary home directory on tmpfs, reset at boot
|
||||||
|
|
||||||
|
• edubox: deploy a set of containers for teaching (edubox.yml)
|
||||||
|
|
||||||
Contributions like patches, suggestions, pull requests and/or further
|
Contributions like patches, suggestions, pull requests and/or further
|
||||||
profiles are highly appreciated!
|
profiles are highly appreciated!
|
||||||
|
|
||||||
|
@ -76,20 +78,6 @@ installation. To do the latter, cd into 'debian-lan' and run:
|
||||||
The kerberox-clients are automatically installed using the included TFTP netboot
|
The kerberox-clients are automatically installed using the included TFTP netboot
|
||||||
installer within the LAN.
|
installer within the LAN.
|
||||||
|
|
||||||
Kiosk
|
|
||||||
~~~~~
|
|
||||||
• Debian installation:
|
|
||||||
- user 'ansible' in sudo group
|
|
||||||
|
|
||||||
• customize kiosk.yml:
|
|
||||||
- WiFi parameters
|
|
||||||
- package selection: extra_pkgs and extra_pkgs_bpo for backports
|
|
||||||
- desktop environment
|
|
||||||
|
|
||||||
• run ansible:
|
|
||||||
ssh-copy-id ansible@1.2.3.4
|
|
||||||
ansible-playbook kiosk.yml -v --become --ask-become-pass -u ansible -i 1.2.3.4,
|
|
||||||
|
|
||||||
Cloudbox
|
Cloudbox
|
||||||
~~~~~~~~
|
~~~~~~~~
|
||||||
• Debian installation:
|
• Debian installation:
|
||||||
|
@ -106,3 +94,27 @@ Cloudbox
|
||||||
|
|
||||||
• use 'nc-admin' with password in '/root/nc-admin.pwd' to log into nextcloud.
|
• use 'nc-admin' with password in '/root/nc-admin.pwd' to log into nextcloud.
|
||||||
|
|
||||||
|
Kiosk
|
||||||
|
~~~~~
|
||||||
|
• Debian installation:
|
||||||
|
- user 'ansible' in sudo group
|
||||||
|
|
||||||
|
• customize kiosk.yml:
|
||||||
|
- WiFi parameters
|
||||||
|
- package selection: extra_pkgs and extra_pkgs_bpo for backports
|
||||||
|
- desktop environment
|
||||||
|
|
||||||
|
• run ansible:
|
||||||
|
ssh-copy-id ansible@1.2.3.4
|
||||||
|
ansible-playbook kiosk.yml -v --become --ask-become-pass -u ansible -i 1.2.3.4,
|
||||||
|
|
||||||
|
Edubox
|
||||||
|
~~~~~~
|
||||||
|
• Debian installation:
|
||||||
|
- user 'ansible' in sudo group
|
||||||
|
|
||||||
|
• customize edubox.yml
|
||||||
|
|
||||||
|
• run ansible:
|
||||||
|
ssh-copy-id ansible@1.2.3.4
|
||||||
|
ansible-playbook edubox.yml -v --become --ask-become-pass -u ansible -i 1.2.3.4,
|
||||||
|
|
Loading…
Add table
Reference in a new issue