10 lines
172 B
YAML
10 lines
172 B
YAML
---
|
|
# Playbook for raspberry pi
|
|
- name: Initialize rpi
|
|
hosts: raspberrypi
|
|
become: true
|
|
vars_files:
|
|
- ../secrets.yaml
|
|
roles:
|
|
- role: ericomeehan.ericomeehan
|