Raspberry Pi

This commit is contained in:
2025-01-13 16:03:20 -05:00
parent 67bcc80664
commit b0063cc367
4 changed files with 12 additions and 2 deletions

9
raspberrypi.yaml Normal file
View File

@@ -0,0 +1,9 @@
---
# Playbook for raspberry pi
- name: Initialize rpi
hosts: raspberrypi
become: true
vars_files:
- ../secrets.yaml
roles:
- role: ericomeehan.ericomeehan