Ansible but more better
This commit is contained in:
parent
29b2beca5a
commit
b7ce9d850d
13 changed files with 172 additions and 0 deletions
7
ansible_deploy/display/playbook.yml
Normal file
7
ansible_deploy/display/playbook.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue