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