ansible/main.yml

31 lines
362 B
YAML
Raw Normal View History

2020-05-25 21:22:23 +00:00
---
2023-02-04 23:22:08 +00:00
- hosts: prusa
roles:
- ssh
- octoprint
- ubuntu
2021-09-19 15:34:38 +00:00
2023-02-04 23:22:08 +00:00
- 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: uatu.lan
roles:
- ssh
- ubuntu
- docker