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
roles:
- ssh
- octoprint
- ubuntu
#- hosts: prusa
# roles:
# - ssh
# - octoprint
# - ubuntu
- hosts: docker_cluster
roles:
- node_explorer
- ssh
- docker-cluster
- ubuntu
- hosts: raspberry
roles:
- i2c-clock
- hosts: router.lan
roles:
- router
- hosts: remote_server
roles:
- docker
#- hosts: docker_cluster
# roles:
# - node_explorer
# - ssh
# - docker-cluster
# - ubuntu
#
#- hosts: raspberry
# roles:
# - i2c-clock
#
#- hosts: router.lan
# roles:
# - router
#
#- hosts: remote_server
# roles:
# - docker
#