Fix main yml tasks

This commit is contained in:
Przemek Grondek 2022-10-15 12:00:06 +02:00
parent 4bbaf632be
commit 07dff137bd

View File

@ -1,25 +1,26 @@
--- ---
- hosts: prusa #- hosts: prusa
roles: # roles:
- ssh # - ssh
- octoprint # - octoprint
- ubuntu # - ubuntu
- hosts: docker_cluster #- hosts: docker_cluster
roles: # roles:
- node_explorer # - node_explorer
- ssh # - ssh
- docker-cluster # - docker-cluster
- ubuntu # - ubuntu
#
- hosts: raspberry #- hosts: raspberry
roles: # roles:
- i2c-clock # - i2c-clock
#
- hosts: router.lan #- hosts: router.lan
roles: # roles:
- router # - router
#
- hosts: remote_server #- hosts: remote_server
roles: # roles:
- docker # - docker
#