7 lines
270 B
YAML
7 lines
270 B
YAML
- hosts: predavalnice_pi
|
|
# TODO: better include (import playbook)
|
|
tasks:
|
|
- include_tasks: static_ip.yml
|
|
# - include_tasks: wifi_temp.yml # TODO: remove this when we don't need wifi anymore
|
|
- include_tasks: pi_stuff.yml
|
|
- include_tasks: touch_display.yml
|