Ansible but more better

This commit is contained in:
Miha Frangež 2025-09-12 17:46:09 +02:00
parent 29b2beca5a
commit b7ce9d850d
13 changed files with 172 additions and 0 deletions

View file

@ -0,0 +1,7 @@
- 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