software-infrastructure/raspberrypi.yaml
2025-01-13 16:03:20 -05:00

10 lines
172 B
YAML

---
# Playbook for raspberry pi
- name: Initialize rpi
hosts: raspberrypi
become: true
vars_files:
- ../secrets.yaml
roles:
- role: ericomeehan.ericomeehan