diff --git a/riot.yml b/matrix-riot.yml similarity index 80% rename from riot.yml rename to matrix-riot.yml index b415100..9bcc197 100644 --- a/riot.yml +++ b/matrix-riot.yml @@ -2,5 +2,5 @@ # Install Riot on Riot containers - hosts: riot.adm.auro.re roles: - - riot + - matrix-riot diff --git a/roles/riot/README.md b/roles/matrix-riot/README.md similarity index 100% rename from roles/riot/README.md rename to roles/matrix-riot/README.md diff --git a/roles/riot/handlers/main.yml b/roles/matrix-riot/handlers/main.yml similarity index 100% rename from roles/riot/handlers/main.yml rename to roles/matrix-riot/handlers/main.yml diff --git a/roles/riot/tasks/main.yml b/roles/matrix-riot/tasks/main.yml similarity index 100% rename from roles/riot/tasks/main.yml rename to roles/matrix-riot/tasks/main.yml diff --git a/roles/riot/templates/nginx-riot.j2 b/roles/matrix-riot/templates/nginx-riot.j2 similarity index 100% rename from roles/riot/templates/nginx-riot.j2 rename to roles/matrix-riot/templates/nginx-riot.j2