ansible/main.yml

41 lines
499 B
YAML
Raw Normal View History

2020-05-25 23:22:23 +02:00
---
2023-07-02 23:03:14 +02:00
- hosts: prusa
roles:
- ssh
- octoprint
- ubuntu
- hosts: docker_cluster
roles:
- node_explorer
- ssh
- docker-cluster
- ubuntu
2023-02-05 16:34:01 +01:00
#- hosts: raspberry
# roles:
# - i2c-clock
2023-07-02 23:03:14 +02:00
2023-02-05 16:34:01 +01:00
#- hosts: router.lan
# roles:
# - router
2023-02-05 00:22:08 +01:00
2023-07-02 23:03:14 +02:00
- hosts: remote_server
roles:
- docker
- hosts: uatu.lan
roles:
- ssh
- ubuntu
- docker
- duplicity
- node_explorer
- hosts: node-01.lan
roles:
2023-07-05 21:55:26 +02:00
- network
- hosts: laptop.lan
roles:
- node_explorer