Compare commits
2 Commits
755a274855
...
7eabfa66f1
Author | SHA1 | Date | |
---|---|---|---|
7eabfa66f1 | |||
c07b3e4dbf |
3
hosts
3
hosts
@ -17,6 +17,9 @@ ipads:
|
||||
- Table Saw, SawStop 3HP 10"
|
||||
- Planer, Grizzly 20"
|
||||
- Jointer, Powermatic 8"
|
||||
CMS-wall-display-fiber-arts:
|
||||
reservation_tools:
|
||||
- Mid Arm, Brother DQLT15
|
||||
vars:
|
||||
ansible_user: mobile
|
||||
ansible_become_pass: "{{ lookup('passwordstore', 'servers/cms/mobile@ipads') | d(omit) }}"
|
||||
|
@ -17,6 +17,6 @@
|
||||
<key>UIStatusBarStyle</key>
|
||||
<string>UIStatusBarStyleGray</string>
|
||||
<key>URL</key>
|
||||
<string>https://reservations.claremontmakerspace.org/{% if reservation_tools is defined %}?tool={{ reservation_tools | map('urlencode') | join(';') }}{% endif %}</string>
|
||||
<string>https://reservations.claremontmakerspace.org/wall-display.html{% if reservation_tools is defined %}?tool={{ reservation_tools | map('urlencode') | join(';') }}{% endif %}</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
Loading…
Reference in New Issue
Block a user