docker-swarm

This commit is contained in:
James Turland
2025-02-05 12:37:22 +00:00
parent d8f02e3f03
commit a64aeefc43
25 changed files with 307 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
docker_apt_release_channel: "stable"
docker_apt_repository: "deb [arch=amd64] https://download.docker.com/linux/ubuntu {{ ansible_distribution_release }} stable"
docker_daemon_options:
storage-driver: "overlay2"