This commit is contained in:
James Turland
2024-05-02 13:37:53 +01:00
parent 83ca476110
commit a7b12f0b32
10 changed files with 124 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"