ansible/main.yml

26 lines
299 B
YAML
Raw Normal View History

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