From 63e9fedf62c1857c9d369c9a424f0469c24c0756 Mon Sep 17 00:00:00 2001 From: 2e20 <2e20@riseup.net> Date: Mon, 7 Oct 2024 06:42:52 +0200 Subject: [PATCH] move baxiun, common, matrix-synapse, and www to roles/ --- {baixun => roles/baixun}/deploy.py | 0 {baixun => roles/baixun}/upgrade.site | 0 {common => roles/common}/deploy.py | 1 - {matrix-synapse => roles/matrix-synapse}/deploy.py | 0 {www => roles/www}/deploy.py | 0 5 files changed, 1 deletion(-) rename {baixun => roles/baixun}/deploy.py (100%) rename {baixun => roles/baixun}/upgrade.site (100%) rename {common => roles/common}/deploy.py (99%) rename {matrix-synapse => roles/matrix-synapse}/deploy.py (100%) rename {www => roles/www}/deploy.py (100%) diff --git a/baixun/deploy.py b/roles/baixun/deploy.py similarity index 100% rename from baixun/deploy.py rename to roles/baixun/deploy.py diff --git a/baixun/upgrade.site b/roles/baixun/upgrade.site similarity index 100% rename from baixun/upgrade.site rename to roles/baixun/upgrade.site diff --git a/common/deploy.py b/roles/common/deploy.py similarity index 99% rename from common/deploy.py rename to roles/common/deploy.py index 83e375c..9ee56ff 100644 --- a/common/deploy.py +++ b/roles/common/deploy.py @@ -29,7 +29,6 @@ if host.get_fact(LinuxName) == "Debian": packages=["borgbackup"], ) - #elif host.get_fact(LinuxName) == "": else: print("matrix-synapse deploy.py don't support: \"" +host.get_fact(LinuxName) +"\" yet") diff --git a/matrix-synapse/deploy.py b/roles/matrix-synapse/deploy.py similarity index 100% rename from matrix-synapse/deploy.py rename to roles/matrix-synapse/deploy.py diff --git a/www/deploy.py b/roles/www/deploy.py similarity index 100% rename from www/deploy.py rename to roles/www/deploy.py