Raspberry Pi

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

View File

@ -6,6 +6,7 @@ all:
latitude-7230:
inspiron-3670:
imac:
raspberrypi:
hypervisors:
hosts:

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

@ -1 +1 @@
Subproject commit b599bbae3d906edba175506d9455d55239de9ac0
Subproject commit 81b3f7827715a1433bb74ea4e53e60eec69ec9ac

@ -1 +1 @@
Subproject commit c1bed4ec3766ae456ca7e55ec2699e640d76a884
Subproject commit d5681a95e437b86347c624abb6bb74c427444698