Add docker-swarm-cluster/site.yml

This commit is contained in:
Simar 2025-08-03 09:34:13 +03:00
parent ecb70e22c2
commit 3da5bb80b0

View file

@ -0,0 +1,13 @@
---
- name: Setup Docker Swarm Cluster
hosts: all
gather_facts: true
become: true
pre_tasks:
- include_role:
name: common
roles:
- role: docker
- role: swarm