diff --git a/main.yml b/main.yml index 2951cdf..723fb8a 100644 --- a/main.yml +++ b/main.yml @@ -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 +# \ No newline at end of file