Add README.
This commit is contained in:
parent
7b310eba63
commit
2c4ef85dca
1 changed files with 33 additions and 0 deletions
33
README
Normal file
33
README
Normal file
|
@ -0,0 +1,33 @@
|
|||
|
||||
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
|
||||
- modify deb_mirror (optional)
|
||||
- enable installbox2kiosk task (optinal)
|
||||
|
||||
• 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 (optional)
|
||||
- desktop environment (optional)
|
||||
|
||||
• 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,
|
Loading…
Add table
Reference in a new issue