18 lines
521 B
YAML
18 lines
521 B
YAML
# -*- mode: yaml; -*-
|
|
|
|
ipads:
|
|
hosts:
|
|
CMS-wall-display-electronics:
|
|
reservation_tools:
|
|
- 3d printer, Lulzbot Taz 6
|
|
- 3d printer, Lulzbot Mini
|
|
- Laser Cutter, GLS Hybrid
|
|
CMS-wall-display-metal-shop:
|
|
reservation_tools:
|
|
- Plasma Cutter, Hypertherm Powermax85
|
|
- MIG Welder, Miller 210
|
|
vars:
|
|
ansible_user: mobile
|
|
ansible_become_pass: "{{ lookup('passwordstore', 'servers/cms/mobile@ipads') | d(omit) }}"
|
|
ansible_python_interpreter: /usr/bin/python2.7
|