ansible/main.yml

27 lines
306 B
YAML
Raw Normal View History

2020-05-25 21:22:23 +00:00
---
2020-12-03 21:06:20 +00:00
#- hosts: iron-man.lan
# roles:
# - ssh
# - ubuntu
#
2021-02-23 18:37:36 +00:00
- hosts: prusa
2020-05-25 22:08:01 +00:00
roles:
2020-05-25 22:22:38 +00:00
- ssh
2021-02-23 18:37:36 +00:00
- octoprint
2020-05-25 22:22:38 +00:00
- ubuntu
2021-02-23 18:37:36 +00:00
#- hosts: docker_cluster
# roles:
# - ssh
# - docker-cluster
# - ubuntu
#
#- hosts: raspberry
# roles:
# - i2c-clock
2020-12-03 21:06:20 +00:00
#- hosts: router.lan
# roles:
# - router
2020-06-23 00:16:47 +00:00