mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2026-09-07 13:32:06 +00:00
10 lines
172 B
YAML
10 lines
172 B
YAML
---
|
|
- name: Install umami using Docker
|
|
hosts: all
|
|
vars:
|
|
umami_version: "9.4.4"
|
|
roles:
|
|
- role: roles/firewall
|
|
- role: roles/docker
|
|
- role: roles/umami
|