ansible-raspberry-lab/raspberry-lab.yml

10 lines
159 B
YAML
Raw Normal View History

2020-10-01 21:50:32 +00:00
---
- name: "Install Raspberry Lab"
hosts: localhost
connection: local
become_method: sudo
2020-10-01 22:12:14 +00:00
become: yes
2020-10-01 21:50:32 +00:00
roles:
- role: common
2020-10-01 22:12:14 +00:00
- role: arduino