diff --git a/playbook.yaml b/playbook.yaml index 19f5e04..764c8f6 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -1,7 +1,7 @@ --- # execute this role -- name: "install Jellyfin" +- name: "install Grafana and Prometheus" hosts: "all" become: true pre_tasks: @@ -17,5 +17,5 @@ roles: - role: "docker" - - role: "jellyfin" + - role: "grafana" - role: "traefik"