Compare commits
No commits in common. "755a2748556ff750ff6b9275133b773f6b7d6698" and "5abb805a2dfc9dd46c9f3c13e8b1d8c126620da2" have entirely different histories.
755a274855
...
5abb805a2d
6
hosts
6
hosts
@ -11,12 +11,6 @@ ipads:
|
|||||||
reservation_tools:
|
reservation_tools:
|
||||||
- Plasma Cutter, Hypertherm Powermax85
|
- Plasma Cutter, Hypertherm Powermax85
|
||||||
- MIG Welder, Miller 210
|
- MIG Welder, Miller 210
|
||||||
CMS-wall-display-wood-shop:
|
|
||||||
reservation_tools:
|
|
||||||
- ShopBot, PRSstandard 96-48-8
|
|
||||||
- Table Saw, SawStop 3HP 10"
|
|
||||||
- Planer, Grizzly 20"
|
|
||||||
- Jointer, Powermatic 8"
|
|
||||||
vars:
|
vars:
|
||||||
ansible_user: mobile
|
ansible_user: mobile
|
||||||
ansible_become_pass: "{{ lookup('passwordstore', 'servers/cms/mobile@ipads') | d(omit) }}"
|
ansible_become_pass: "{{ lookup('passwordstore', 'servers/cms/mobile@ipads') | d(omit) }}"
|
||||||
|
@ -62,14 +62,7 @@
|
|||||||
|
|
||||||
** Kiosk mode
|
** Kiosk mode
|
||||||
- in iOS >=6, just use guided access
|
- in iOS >=6, just use guided access
|
||||||
- +in iOS <=7, maybe use IncarcerApp+
|
- in iOS <=7, maybe use IncarcerApp
|
||||||
- doesn't seem work on ios 5 anymore, so no point
|
|
||||||
- tried older versions from [[https://code.google.com/archive/p/iphone-incarcerapp/][Google Code Archive]], but those don't work either. Maybe some incompatibility with another jailbreak library?
|
|
||||||
- "Store Demo" mode (see [[https://stackoverflow.com/questions/5011774/lock-down-iphone-ipod-ipad-so-it-can-only-run-one-app/8994690#8994690][StackOverflow answer]])
|
|
||||||
- works on iPad 1
|
|
||||||
- is kind of annoying, and doesn't disable touch screen
|
|
||||||
- can be escaped via =killall SpringBoard= or rebooting
|
|
||||||
- more notes: https://www.theiphonewiki.com/wiki/Smart_Sign
|
|
||||||
|
|
||||||
** Let's Encrypt certificates
|
** Let's Encrypt certificates
|
||||||
- Can install cert PEM via gui, probably too much of a pain to automate it
|
- Can install cert PEM via gui, probably too much of a pain to automate it
|
||||||
|
Loading…
Reference in New Issue
Block a user