Compare commits

..

2 Commits

Author SHA1 Message Date
7eabfa66f1 Add CMS-wall-display-fiber-arts 2022-12-08 21:25:36 -05:00
c07b3e4dbf Switch to new URL for wall displays 2022-12-08 21:25:22 -05:00
2 changed files with 4 additions and 1 deletions

3
hosts
View File

@ -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) }}"

View File

@ -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>