iconserver-deploy/deploy.yml
2024-10-03 02:33:53 +03:00

8 lines
136 B
YAML

---
- name: Deploy docker and iconserver
become: true
hosts: iconserver
gather_facts: true
roles:
- docker
- iconserver