mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2026-09-07 13:32:06 +00:00
umami analytics play & role
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
---
|
||||
docker_apt_arch: "{{ 'amd64' if ansible_architecture == 'x86_64' else 'arm64' }}"
|
||||
docker_packages:
|
||||
- docker-ce
|
||||
- docker-ce-cli
|
||||
- containerd.io
|
||||
- docker-buildx-plugin
|
||||
- docker-compose-plugin
|
||||
|
||||
docker_service_state: started
|
||||
docker_service_enabled: true
|
||||
Reference in New Issue
Block a user