ansible/main.yml

26 lines
299 B
YAML
Raw Normal View History

2020-05-25 23:22:23 +02:00
---
2022-06-04 22:47:20 +02:00
- hosts: prusa
roles:
- ssh
- octoprint
- ubuntu
2021-09-19 17:34:38 +02:00
- hosts: docker_cluster
roles:
2022-06-04 22:47:20 +02:00
- node_explorer
- ssh
2022-05-03 02:08:24 +02:00
- docker-cluster
2022-06-04 22:47:20 +02:00
- ubuntu
2021-02-23 19:37:36 +01:00
2022-06-04 22:47:20 +02:00
- hosts: raspberry
roles:
- i2c-clock
2020-06-23 02:16:47 +02:00
2022-06-04 22:47:20 +02:00
- hosts: router.lan
roles:
- router
2022-06-04 22:55:54 +02:00
- hosts: remote_server
roles:
- docker