ansible/site.yml
Thomas Schmid 3dfff93c0e initial commit
Signed-off-by: Thomas Schmid <tom@lfence.de>
2022-01-11 20:29:31 +01:00

10 lines
158 B
YAML

- name: Setup common rules
hosts: [3D_Printers]
roles:
- common
- root_keys
- name: Setup octoprint
hosts: [Octoprint_hosts]
roles:
- octoprint