From 2c4ef85dcaccb77f821ea693301d66e29b0e2e65 Mon Sep 17 00:00:00 2001 From: "Andreas B. Mundt" Date: Sat, 9 Jun 2018 12:17:32 +0300 Subject: [PATCH] Add README. --- README | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..a1ba3ac --- /dev/null +++ b/README @@ -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,