34 lines
874 B
Text
34 lines
874 B
Text
|
|
Run Debian in your Local Area Network
|
|
=======================================
|
|
|
|
Installbox
|
|
~~~~~~~~~~
|
|
• Debian installation:
|
|
- user 'ansible' in sudo group
|
|
- WAN interface configured and connected
|
|
- LAN interface not configured/managed
|
|
|
|
• Customize installbox.yml:
|
|
- set if_lan (mandatory)
|
|
- modify deb_mirror
|
|
- enable installbox2kiosk task
|
|
|
|
• Run ansible:
|
|
ssh-copy-id ansible@1.2.3.4
|
|
ansible-playbook installbox.yml -v --become --ask-become-pass -u ansible -i 1.2.3.4,
|
|
|
|
|
|
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,
|