Compare commits
No commits in common. "7eabfa66f1cd5f0d648f5caf8d511016ffe43c18" and "755a2748556ff750ff6b9275133b773f6b7d6698" have entirely different histories.
7eabfa66f1
...
755a274855
3
hosts
3
hosts
@ -17,9 +17,6 @@ ipads:
|
|||||||
- Table Saw, SawStop 3HP 10"
|
- Table Saw, SawStop 3HP 10"
|
||||||
- Planer, Grizzly 20"
|
- Planer, Grizzly 20"
|
||||||
- Jointer, Powermatic 8"
|
- Jointer, Powermatic 8"
|
||||||
CMS-wall-display-fiber-arts:
|
|
||||||
reservation_tools:
|
|
||||||
- Mid Arm, Brother DQLT15
|
|
||||||
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) }}"
|
||||||
|
@ -17,6 +17,6 @@
|
|||||||
<key>UIStatusBarStyle</key>
|
<key>UIStatusBarStyle</key>
|
||||||
<string>UIStatusBarStyleGray</string>
|
<string>UIStatusBarStyleGray</string>
|
||||||
<key>URL</key>
|
<key>URL</key>
|
||||||
<string>https://reservations.claremontmakerspace.org/wall-display.html{% if reservation_tools is defined %}?tool={{ reservation_tools | map('urlencode') | join(';') }}{% endif %}</string>
|
<string>https://reservations.claremontmakerspace.org/{% if reservation_tools is defined %}?tool={{ reservation_tools | map('urlencode') | join(';') }}{% endif %}</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
Loading…
Reference in New Issue
Block a user