Raspberry Pi
This commit is contained in:
parent
67bcc80664
commit
b0063cc367
@ -6,6 +6,7 @@ all:
|
|||||||
latitude-7230:
|
latitude-7230:
|
||||||
inspiron-3670:
|
inspiron-3670:
|
||||||
imac:
|
imac:
|
||||||
|
raspberrypi:
|
||||||
|
|
||||||
hypervisors:
|
hypervisors:
|
||||||
hosts:
|
hosts:
|
||||||
|
9
raspberrypi.yaml
Normal file
9
raspberrypi.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user