From d9279823d51ec211705a7c395c6e72b28034c781 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Mon, 22 Jul 2019 14:16:47 +0200 Subject: [PATCH] fix: [ansible docker] move files, fix 365 --- {ansible => other_installers/ansible}/.gitignore | 0 .../ansible}/Dockerfile.testing | 0 {ansible => other_installers/ansible}/README.md | 0 {ansible => other_installers/ansible}/deploy.sh | 0 {ansible => other_installers/ansible}/deploy.yml | 0 .../ansible}/deployLocal.yml | 0 .../ansible}/group_vars/ail.yml | 0 .../ansible}/roles/ail-host/files/ail-flask.service | 0 .../roles/ail-host/files/ail-leveldb.service | 0 .../roles/ail-host/files/ail-logging.service | 0 .../roles/ail-host/files/ail-queues.service | 0 .../ansible}/roles/ail-host/files/ail-redis.service | 0 .../roles/ail-host/files/ail-scripts.service | 0 .../ansible}/roles/ail-host/files/startFlask.sh | 0 .../ansible}/roles/ail-host/files/startLogging.sh | 0 .../ansible}/roles/ail-host/files/startQueues.sh | 0 .../ansible}/roles/ail-host/files/startRedis.sh | 0 .../roles/ail-host/files/startRedisLevelDB.sh | 0 .../ansible}/roles/ail-host/files/startScripts.sh | 0 .../files/staticBackup/css/bootstrap-rtl.css | 0 .../files/staticBackup/css/bootstrap-rtl.min.css | 0 .../ail-host/files/staticBackup/css/bootstrap.css | 0 .../files/staticBackup/css/bootstrap.min.css | 0 .../files/staticBackup/css/dataTables.bootstrap.css | 0 .../files/staticBackup/css/jquery-ui.min.css | 0 .../files/staticBackup/css/plugins/morris.css | 0 .../ail-host/files/staticBackup/css/sb-admin-2.css | 0 .../files/staticBackup/css/sb-admin-rtl.css | 0 .../ail-host/files/staticBackup/css/sb-admin.css | 0 .../ail-host/files/staticBackup/css/timeline.css | 0 .../staticBackup/font-awesome/css/font-awesome.css | 0 .../font-awesome/css/font-awesome.min.css | 0 .../staticBackup/font-awesome/fonts/FontAwesome.otf | Bin .../font-awesome/fonts/fontawesome-webfont.eot | Bin .../font-awesome/fonts/fontawesome-webfont.svg | 0 .../font-awesome/fonts/fontawesome-webfont.ttf | Bin .../font-awesome/fonts/fontawesome-webfont.woff | Bin .../font-awesome/less/bordered-pulled.less | 0 .../files/staticBackup/font-awesome/less/core.less | 0 .../staticBackup/font-awesome/less/fixed-width.less | 0 .../font-awesome/less/font-awesome.less | 0 .../files/staticBackup/font-awesome/less/icons.less | 0 .../staticBackup/font-awesome/less/larger.less | 0 .../files/staticBackup/font-awesome/less/list.less | 0 .../staticBackup/font-awesome/less/mixins.less | 0 .../files/staticBackup/font-awesome/less/path.less | 0 .../font-awesome/less/rotated-flipped.less | 0 .../staticBackup/font-awesome/less/spinning.less | 0 .../staticBackup/font-awesome/less/stacked.less | 0 .../staticBackup/font-awesome/less/variables.less | 0 .../font-awesome/scss/_bordered-pulled.scss | 0 .../files/staticBackup/font-awesome/scss/_core.scss | 0 .../font-awesome/scss/_fixed-width.scss | 0 .../staticBackup/font-awesome/scss/_icons.scss | 0 .../staticBackup/font-awesome/scss/_larger.scss | 0 .../files/staticBackup/font-awesome/scss/_list.scss | 0 .../staticBackup/font-awesome/scss/_mixins.scss | 0 .../files/staticBackup/font-awesome/scss/_path.scss | 0 .../font-awesome/scss/_rotated-flipped.scss | 0 .../staticBackup/font-awesome/scss/_spinning.scss | 0 .../staticBackup/font-awesome/scss/_stacked.scss | 0 .../staticBackup/font-awesome/scss/_variables.scss | 0 .../font-awesome/scss/font-awesome.scss | 0 .../fonts/glyphicons-halflings-regular.eot | Bin .../fonts/glyphicons-halflings-regular.svg | 0 .../fonts/glyphicons-halflings-regular.ttf | Bin .../fonts/glyphicons-halflings-regular.woff | Bin .../fonts/glyphicons-halflings-regular.woff2 | Bin .../roles/ail-host/files/staticBackup/image/AIL.png | Bin .../ail-host/files/staticBackup/js/bootstrap.js | 0 .../ail-host/files/staticBackup/js/bootstrap.min.js | 0 .../files/staticBackup/js/dataTables.bootstrap.js | 0 .../files/staticBackup/js/dygraph-combined.js | 0 .../ail-host/files/staticBackup/js/jquery-ui.min.js | 0 .../files/staticBackup/js/jquery.canvasjs.min.js | 0 .../files/staticBackup/js/jquery.dataTables.min.js | 0 .../ail-host/files/staticBackup/js/jquery.flot.js | 0 .../files/staticBackup/js/jquery.flot.pie.js | 0 .../files/staticBackup/js/jquery.flot.stack.js | 0 .../files/staticBackup/js/jquery.flot.time.js | 0 .../roles/ail-host/files/staticBackup/js/jquery.js | 0 .../files/staticBackup/js/jquery.sparkline.min.js | 0 .../staticBackup/js/plugins/flot/excanvas.min.js | 0 .../files/staticBackup/js/plugins/flot/flot-data.js | 0 .../staticBackup/js/plugins/flot/jquery.flot.js | 0 .../staticBackup/js/plugins/flot/jquery.flot.pie.js | 0 .../js/plugins/flot/jquery.flot.resize.js | 0 .../js/plugins/flot/jquery.flot.tooltip.min.js | 0 .../staticBackup/js/plugins/morris/morris-data.js | 0 .../files/staticBackup/js/plugins/morris/morris.js | 0 .../staticBackup/js/plugins/morris/morris.min.js | 0 .../staticBackup/js/plugins/morris/raphael.min.js | 0 .../ansible}/roles/ail-host/tasks/main.yml | 0 Dockerfile => other_installers/docker/Dockerfile | 0 .../docker/README.md | 0 .../docker/docker-compose.yml | 0 .../docker/docker_start.sh | 0 .../docker/pystemon}/config.cfg | 0 .../docker/pystemon}/install.sh | 0 .../docker/pystemon}/proxies.txt | 0 .../docker/pystemon}/pystemon.yaml | 0 101 files changed, 0 insertions(+), 0 deletions(-) rename {ansible => other_installers/ansible}/.gitignore (100%) rename {ansible => other_installers/ansible}/Dockerfile.testing (100%) rename {ansible => other_installers/ansible}/README.md (100%) rename {ansible => other_installers/ansible}/deploy.sh (100%) rename {ansible => other_installers/ansible}/deploy.yml (100%) rename {ansible => other_installers/ansible}/deployLocal.yml (100%) rename {ansible => other_installers/ansible}/group_vars/ail.yml (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/ail-flask.service (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/ail-leveldb.service (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/ail-logging.service (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/ail-queues.service (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/ail-redis.service (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/ail-scripts.service (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/startFlask.sh (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/startLogging.sh (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/startQueues.sh (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/startRedis.sh (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/startRedisLevelDB.sh (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/startScripts.sh (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/css/bootstrap-rtl.css (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/css/bootstrap-rtl.min.css (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/css/bootstrap.css (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/css/bootstrap.min.css (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/css/dataTables.bootstrap.css (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/css/jquery-ui.min.css (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/css/plugins/morris.css (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/css/sb-admin-2.css (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/css/sb-admin-rtl.css (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/css/sb-admin.css (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/css/timeline.css (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/css/font-awesome.css (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/css/font-awesome.min.css (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/fonts/FontAwesome.otf (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/fonts/fontawesome-webfont.eot (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/fonts/fontawesome-webfont.svg (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/fonts/fontawesome-webfont.ttf (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/fonts/fontawesome-webfont.woff (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/less/bordered-pulled.less (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/less/core.less (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/less/fixed-width.less (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/less/font-awesome.less (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/less/icons.less (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/less/larger.less (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/less/list.less (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/less/mixins.less (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/less/path.less (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/less/rotated-flipped.less (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/less/spinning.less (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/less/stacked.less (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/less/variables.less (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/scss/_bordered-pulled.scss (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/scss/_core.scss (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/scss/_fixed-width.scss (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/scss/_icons.scss (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/scss/_larger.scss (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/scss/_list.scss (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/scss/_mixins.scss (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/scss/_path.scss (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/scss/_rotated-flipped.scss (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/scss/_spinning.scss (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/scss/_stacked.scss (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/scss/_variables.scss (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/font-awesome/scss/font-awesome.scss (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/fonts/glyphicons-halflings-regular.eot (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/fonts/glyphicons-halflings-regular.svg (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/fonts/glyphicons-halflings-regular.ttf (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/fonts/glyphicons-halflings-regular.woff (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/fonts/glyphicons-halflings-regular.woff2 (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/image/AIL.png (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/js/bootstrap.js (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/js/bootstrap.min.js (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/js/dataTables.bootstrap.js (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/js/dygraph-combined.js (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/js/jquery-ui.min.js (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/js/jquery.canvasjs.min.js (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/js/jquery.dataTables.min.js (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/js/jquery.flot.js (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/js/jquery.flot.pie.js (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/js/jquery.flot.stack.js (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/js/jquery.flot.time.js (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/js/jquery.js (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/js/jquery.sparkline.min.js (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/js/plugins/flot/excanvas.min.js (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/js/plugins/flot/flot-data.js (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/js/plugins/flot/jquery.flot.js (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/js/plugins/flot/jquery.flot.pie.js (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/js/plugins/flot/jquery.flot.resize.js (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/js/plugins/flot/jquery.flot.tooltip.min.js (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/js/plugins/morris/morris-data.js (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/js/plugins/morris/morris.js (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/js/plugins/morris/morris.min.js (100%) rename {ansible => other_installers/ansible}/roles/ail-host/files/staticBackup/js/plugins/morris/raphael.min.js (100%) rename {ansible => other_installers/ansible}/roles/ail-host/tasks/main.yml (100%) rename Dockerfile => other_installers/docker/Dockerfile (100%) rename doc/X-docker.md => other_installers/docker/README.md (100%) rename docker-compose.yml => other_installers/docker/docker-compose.yml (100%) rename docker_start.sh => other_installers/docker/docker_start.sh (100%) rename {pystemon => other_installers/docker/pystemon}/config.cfg (100%) rename {pystemon => other_installers/docker/pystemon}/install.sh (100%) rename {pystemon => other_installers/docker/pystemon}/proxies.txt (100%) rename {pystemon => other_installers/docker/pystemon}/pystemon.yaml (100%) diff --git a/ansible/.gitignore b/other_installers/ansible/.gitignore similarity index 100% rename from ansible/.gitignore rename to other_installers/ansible/.gitignore diff --git a/ansible/Dockerfile.testing b/other_installers/ansible/Dockerfile.testing similarity index 100% rename from ansible/Dockerfile.testing rename to other_installers/ansible/Dockerfile.testing diff --git a/ansible/README.md b/other_installers/ansible/README.md similarity index 100% rename from ansible/README.md rename to other_installers/ansible/README.md diff --git a/ansible/deploy.sh b/other_installers/ansible/deploy.sh similarity index 100% rename from ansible/deploy.sh rename to other_installers/ansible/deploy.sh diff --git a/ansible/deploy.yml b/other_installers/ansible/deploy.yml similarity index 100% rename from ansible/deploy.yml rename to other_installers/ansible/deploy.yml diff --git a/ansible/deployLocal.yml b/other_installers/ansible/deployLocal.yml similarity index 100% rename from ansible/deployLocal.yml rename to other_installers/ansible/deployLocal.yml diff --git a/ansible/group_vars/ail.yml b/other_installers/ansible/group_vars/ail.yml similarity index 100% rename from ansible/group_vars/ail.yml rename to other_installers/ansible/group_vars/ail.yml diff --git a/ansible/roles/ail-host/files/ail-flask.service b/other_installers/ansible/roles/ail-host/files/ail-flask.service similarity index 100% rename from ansible/roles/ail-host/files/ail-flask.service rename to other_installers/ansible/roles/ail-host/files/ail-flask.service diff --git a/ansible/roles/ail-host/files/ail-leveldb.service b/other_installers/ansible/roles/ail-host/files/ail-leveldb.service similarity index 100% rename from ansible/roles/ail-host/files/ail-leveldb.service rename to other_installers/ansible/roles/ail-host/files/ail-leveldb.service diff --git a/ansible/roles/ail-host/files/ail-logging.service b/other_installers/ansible/roles/ail-host/files/ail-logging.service similarity index 100% rename from ansible/roles/ail-host/files/ail-logging.service rename to other_installers/ansible/roles/ail-host/files/ail-logging.service diff --git a/ansible/roles/ail-host/files/ail-queues.service b/other_installers/ansible/roles/ail-host/files/ail-queues.service similarity index 100% rename from ansible/roles/ail-host/files/ail-queues.service rename to other_installers/ansible/roles/ail-host/files/ail-queues.service diff --git a/ansible/roles/ail-host/files/ail-redis.service b/other_installers/ansible/roles/ail-host/files/ail-redis.service similarity index 100% rename from ansible/roles/ail-host/files/ail-redis.service rename to other_installers/ansible/roles/ail-host/files/ail-redis.service diff --git a/ansible/roles/ail-host/files/ail-scripts.service b/other_installers/ansible/roles/ail-host/files/ail-scripts.service similarity index 100% rename from ansible/roles/ail-host/files/ail-scripts.service rename to other_installers/ansible/roles/ail-host/files/ail-scripts.service diff --git a/ansible/roles/ail-host/files/startFlask.sh b/other_installers/ansible/roles/ail-host/files/startFlask.sh similarity index 100% rename from ansible/roles/ail-host/files/startFlask.sh rename to other_installers/ansible/roles/ail-host/files/startFlask.sh diff --git a/ansible/roles/ail-host/files/startLogging.sh b/other_installers/ansible/roles/ail-host/files/startLogging.sh similarity index 100% rename from ansible/roles/ail-host/files/startLogging.sh rename to other_installers/ansible/roles/ail-host/files/startLogging.sh diff --git a/ansible/roles/ail-host/files/startQueues.sh b/other_installers/ansible/roles/ail-host/files/startQueues.sh similarity index 100% rename from ansible/roles/ail-host/files/startQueues.sh rename to other_installers/ansible/roles/ail-host/files/startQueues.sh diff --git a/ansible/roles/ail-host/files/startRedis.sh b/other_installers/ansible/roles/ail-host/files/startRedis.sh similarity index 100% rename from ansible/roles/ail-host/files/startRedis.sh rename to other_installers/ansible/roles/ail-host/files/startRedis.sh diff --git a/ansible/roles/ail-host/files/startRedisLevelDB.sh b/other_installers/ansible/roles/ail-host/files/startRedisLevelDB.sh similarity index 100% rename from ansible/roles/ail-host/files/startRedisLevelDB.sh rename to other_installers/ansible/roles/ail-host/files/startRedisLevelDB.sh diff --git a/ansible/roles/ail-host/files/startScripts.sh b/other_installers/ansible/roles/ail-host/files/startScripts.sh similarity index 100% rename from ansible/roles/ail-host/files/startScripts.sh rename to other_installers/ansible/roles/ail-host/files/startScripts.sh diff --git a/ansible/roles/ail-host/files/staticBackup/css/bootstrap-rtl.css b/other_installers/ansible/roles/ail-host/files/staticBackup/css/bootstrap-rtl.css similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/css/bootstrap-rtl.css rename to other_installers/ansible/roles/ail-host/files/staticBackup/css/bootstrap-rtl.css diff --git a/ansible/roles/ail-host/files/staticBackup/css/bootstrap-rtl.min.css b/other_installers/ansible/roles/ail-host/files/staticBackup/css/bootstrap-rtl.min.css similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/css/bootstrap-rtl.min.css rename to other_installers/ansible/roles/ail-host/files/staticBackup/css/bootstrap-rtl.min.css diff --git a/ansible/roles/ail-host/files/staticBackup/css/bootstrap.css b/other_installers/ansible/roles/ail-host/files/staticBackup/css/bootstrap.css similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/css/bootstrap.css rename to other_installers/ansible/roles/ail-host/files/staticBackup/css/bootstrap.css diff --git a/ansible/roles/ail-host/files/staticBackup/css/bootstrap.min.css b/other_installers/ansible/roles/ail-host/files/staticBackup/css/bootstrap.min.css similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/css/bootstrap.min.css rename to other_installers/ansible/roles/ail-host/files/staticBackup/css/bootstrap.min.css diff --git a/ansible/roles/ail-host/files/staticBackup/css/dataTables.bootstrap.css b/other_installers/ansible/roles/ail-host/files/staticBackup/css/dataTables.bootstrap.css similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/css/dataTables.bootstrap.css rename to other_installers/ansible/roles/ail-host/files/staticBackup/css/dataTables.bootstrap.css diff --git a/ansible/roles/ail-host/files/staticBackup/css/jquery-ui.min.css b/other_installers/ansible/roles/ail-host/files/staticBackup/css/jquery-ui.min.css similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/css/jquery-ui.min.css rename to other_installers/ansible/roles/ail-host/files/staticBackup/css/jquery-ui.min.css diff --git a/ansible/roles/ail-host/files/staticBackup/css/plugins/morris.css b/other_installers/ansible/roles/ail-host/files/staticBackup/css/plugins/morris.css similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/css/plugins/morris.css rename to other_installers/ansible/roles/ail-host/files/staticBackup/css/plugins/morris.css diff --git a/ansible/roles/ail-host/files/staticBackup/css/sb-admin-2.css b/other_installers/ansible/roles/ail-host/files/staticBackup/css/sb-admin-2.css similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/css/sb-admin-2.css rename to other_installers/ansible/roles/ail-host/files/staticBackup/css/sb-admin-2.css diff --git a/ansible/roles/ail-host/files/staticBackup/css/sb-admin-rtl.css b/other_installers/ansible/roles/ail-host/files/staticBackup/css/sb-admin-rtl.css similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/css/sb-admin-rtl.css rename to other_installers/ansible/roles/ail-host/files/staticBackup/css/sb-admin-rtl.css diff --git a/ansible/roles/ail-host/files/staticBackup/css/sb-admin.css b/other_installers/ansible/roles/ail-host/files/staticBackup/css/sb-admin.css similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/css/sb-admin.css rename to other_installers/ansible/roles/ail-host/files/staticBackup/css/sb-admin.css diff --git a/ansible/roles/ail-host/files/staticBackup/css/timeline.css b/other_installers/ansible/roles/ail-host/files/staticBackup/css/timeline.css similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/css/timeline.css rename to other_installers/ansible/roles/ail-host/files/staticBackup/css/timeline.css diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/css/font-awesome.css b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/css/font-awesome.css similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/css/font-awesome.css rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/css/font-awesome.css diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/css/font-awesome.min.css b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/css/font-awesome.min.css similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/css/font-awesome.min.css rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/css/font-awesome.min.css diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/fonts/FontAwesome.otf b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/fonts/FontAwesome.otf similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/fonts/FontAwesome.otf rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/fonts/FontAwesome.otf diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/fonts/fontawesome-webfont.eot b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/fonts/fontawesome-webfont.eot similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/fonts/fontawesome-webfont.eot rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/fonts/fontawesome-webfont.eot diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/fonts/fontawesome-webfont.svg b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/fonts/fontawesome-webfont.svg similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/fonts/fontawesome-webfont.svg rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/fonts/fontawesome-webfont.svg diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/fonts/fontawesome-webfont.ttf b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/fonts/fontawesome-webfont.ttf similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/fonts/fontawesome-webfont.ttf rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/fonts/fontawesome-webfont.ttf diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/fonts/fontawesome-webfont.woff b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/fonts/fontawesome-webfont.woff similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/fonts/fontawesome-webfont.woff rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/fonts/fontawesome-webfont.woff diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/less/bordered-pulled.less b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/less/bordered-pulled.less similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/less/bordered-pulled.less rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/less/bordered-pulled.less diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/less/core.less b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/less/core.less similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/less/core.less rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/less/core.less diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/less/fixed-width.less b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/less/fixed-width.less similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/less/fixed-width.less rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/less/fixed-width.less diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/less/font-awesome.less b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/less/font-awesome.less similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/less/font-awesome.less rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/less/font-awesome.less diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/less/icons.less b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/less/icons.less similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/less/icons.less rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/less/icons.less diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/less/larger.less b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/less/larger.less similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/less/larger.less rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/less/larger.less diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/less/list.less b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/less/list.less similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/less/list.less rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/less/list.less diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/less/mixins.less b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/less/mixins.less similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/less/mixins.less rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/less/mixins.less diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/less/path.less b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/less/path.less similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/less/path.less rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/less/path.less diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/less/rotated-flipped.less b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/less/rotated-flipped.less similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/less/rotated-flipped.less rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/less/rotated-flipped.less diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/less/spinning.less b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/less/spinning.less similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/less/spinning.less rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/less/spinning.less diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/less/stacked.less b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/less/stacked.less similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/less/stacked.less rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/less/stacked.less diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/less/variables.less b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/less/variables.less similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/less/variables.less rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/less/variables.less diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_bordered-pulled.scss b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_bordered-pulled.scss similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_bordered-pulled.scss rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_bordered-pulled.scss diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_core.scss b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_core.scss similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_core.scss rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_core.scss diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_fixed-width.scss b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_fixed-width.scss similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_fixed-width.scss rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_fixed-width.scss diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_icons.scss b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_icons.scss similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_icons.scss rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_icons.scss diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_larger.scss b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_larger.scss similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_larger.scss rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_larger.scss diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_list.scss b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_list.scss similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_list.scss rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_list.scss diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_mixins.scss b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_mixins.scss similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_mixins.scss rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_mixins.scss diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_path.scss b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_path.scss similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_path.scss rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_path.scss diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_rotated-flipped.scss b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_rotated-flipped.scss similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_rotated-flipped.scss rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_rotated-flipped.scss diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_spinning.scss b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_spinning.scss similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_spinning.scss rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_spinning.scss diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_stacked.scss b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_stacked.scss similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_stacked.scss rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_stacked.scss diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_variables.scss b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_variables.scss similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_variables.scss rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/_variables.scss diff --git a/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/font-awesome.scss b/other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/font-awesome.scss similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/font-awesome/scss/font-awesome.scss rename to other_installers/ansible/roles/ail-host/files/staticBackup/font-awesome/scss/font-awesome.scss diff --git a/ansible/roles/ail-host/files/staticBackup/fonts/glyphicons-halflings-regular.eot b/other_installers/ansible/roles/ail-host/files/staticBackup/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/fonts/glyphicons-halflings-regular.eot rename to other_installers/ansible/roles/ail-host/files/staticBackup/fonts/glyphicons-halflings-regular.eot diff --git a/ansible/roles/ail-host/files/staticBackup/fonts/glyphicons-halflings-regular.svg b/other_installers/ansible/roles/ail-host/files/staticBackup/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/fonts/glyphicons-halflings-regular.svg rename to other_installers/ansible/roles/ail-host/files/staticBackup/fonts/glyphicons-halflings-regular.svg diff --git a/ansible/roles/ail-host/files/staticBackup/fonts/glyphicons-halflings-regular.ttf b/other_installers/ansible/roles/ail-host/files/staticBackup/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/fonts/glyphicons-halflings-regular.ttf rename to other_installers/ansible/roles/ail-host/files/staticBackup/fonts/glyphicons-halflings-regular.ttf diff --git a/ansible/roles/ail-host/files/staticBackup/fonts/glyphicons-halflings-regular.woff b/other_installers/ansible/roles/ail-host/files/staticBackup/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/fonts/glyphicons-halflings-regular.woff rename to other_installers/ansible/roles/ail-host/files/staticBackup/fonts/glyphicons-halflings-regular.woff diff --git a/ansible/roles/ail-host/files/staticBackup/fonts/glyphicons-halflings-regular.woff2 b/other_installers/ansible/roles/ail-host/files/staticBackup/fonts/glyphicons-halflings-regular.woff2 similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/fonts/glyphicons-halflings-regular.woff2 rename to other_installers/ansible/roles/ail-host/files/staticBackup/fonts/glyphicons-halflings-regular.woff2 diff --git a/ansible/roles/ail-host/files/staticBackup/image/AIL.png b/other_installers/ansible/roles/ail-host/files/staticBackup/image/AIL.png similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/image/AIL.png rename to other_installers/ansible/roles/ail-host/files/staticBackup/image/AIL.png diff --git a/ansible/roles/ail-host/files/staticBackup/js/bootstrap.js b/other_installers/ansible/roles/ail-host/files/staticBackup/js/bootstrap.js similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/js/bootstrap.js rename to other_installers/ansible/roles/ail-host/files/staticBackup/js/bootstrap.js diff --git a/ansible/roles/ail-host/files/staticBackup/js/bootstrap.min.js b/other_installers/ansible/roles/ail-host/files/staticBackup/js/bootstrap.min.js similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/js/bootstrap.min.js rename to other_installers/ansible/roles/ail-host/files/staticBackup/js/bootstrap.min.js diff --git a/ansible/roles/ail-host/files/staticBackup/js/dataTables.bootstrap.js b/other_installers/ansible/roles/ail-host/files/staticBackup/js/dataTables.bootstrap.js similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/js/dataTables.bootstrap.js rename to other_installers/ansible/roles/ail-host/files/staticBackup/js/dataTables.bootstrap.js diff --git a/ansible/roles/ail-host/files/staticBackup/js/dygraph-combined.js b/other_installers/ansible/roles/ail-host/files/staticBackup/js/dygraph-combined.js similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/js/dygraph-combined.js rename to other_installers/ansible/roles/ail-host/files/staticBackup/js/dygraph-combined.js diff --git a/ansible/roles/ail-host/files/staticBackup/js/jquery-ui.min.js b/other_installers/ansible/roles/ail-host/files/staticBackup/js/jquery-ui.min.js similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/js/jquery-ui.min.js rename to other_installers/ansible/roles/ail-host/files/staticBackup/js/jquery-ui.min.js diff --git a/ansible/roles/ail-host/files/staticBackup/js/jquery.canvasjs.min.js b/other_installers/ansible/roles/ail-host/files/staticBackup/js/jquery.canvasjs.min.js similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/js/jquery.canvasjs.min.js rename to other_installers/ansible/roles/ail-host/files/staticBackup/js/jquery.canvasjs.min.js diff --git a/ansible/roles/ail-host/files/staticBackup/js/jquery.dataTables.min.js b/other_installers/ansible/roles/ail-host/files/staticBackup/js/jquery.dataTables.min.js similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/js/jquery.dataTables.min.js rename to other_installers/ansible/roles/ail-host/files/staticBackup/js/jquery.dataTables.min.js diff --git a/ansible/roles/ail-host/files/staticBackup/js/jquery.flot.js b/other_installers/ansible/roles/ail-host/files/staticBackup/js/jquery.flot.js similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/js/jquery.flot.js rename to other_installers/ansible/roles/ail-host/files/staticBackup/js/jquery.flot.js diff --git a/ansible/roles/ail-host/files/staticBackup/js/jquery.flot.pie.js b/other_installers/ansible/roles/ail-host/files/staticBackup/js/jquery.flot.pie.js similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/js/jquery.flot.pie.js rename to other_installers/ansible/roles/ail-host/files/staticBackup/js/jquery.flot.pie.js diff --git a/ansible/roles/ail-host/files/staticBackup/js/jquery.flot.stack.js b/other_installers/ansible/roles/ail-host/files/staticBackup/js/jquery.flot.stack.js similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/js/jquery.flot.stack.js rename to other_installers/ansible/roles/ail-host/files/staticBackup/js/jquery.flot.stack.js diff --git a/ansible/roles/ail-host/files/staticBackup/js/jquery.flot.time.js b/other_installers/ansible/roles/ail-host/files/staticBackup/js/jquery.flot.time.js similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/js/jquery.flot.time.js rename to other_installers/ansible/roles/ail-host/files/staticBackup/js/jquery.flot.time.js diff --git a/ansible/roles/ail-host/files/staticBackup/js/jquery.js b/other_installers/ansible/roles/ail-host/files/staticBackup/js/jquery.js similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/js/jquery.js rename to other_installers/ansible/roles/ail-host/files/staticBackup/js/jquery.js diff --git a/ansible/roles/ail-host/files/staticBackup/js/jquery.sparkline.min.js b/other_installers/ansible/roles/ail-host/files/staticBackup/js/jquery.sparkline.min.js similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/js/jquery.sparkline.min.js rename to other_installers/ansible/roles/ail-host/files/staticBackup/js/jquery.sparkline.min.js diff --git a/ansible/roles/ail-host/files/staticBackup/js/plugins/flot/excanvas.min.js b/other_installers/ansible/roles/ail-host/files/staticBackup/js/plugins/flot/excanvas.min.js similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/js/plugins/flot/excanvas.min.js rename to other_installers/ansible/roles/ail-host/files/staticBackup/js/plugins/flot/excanvas.min.js diff --git a/ansible/roles/ail-host/files/staticBackup/js/plugins/flot/flot-data.js b/other_installers/ansible/roles/ail-host/files/staticBackup/js/plugins/flot/flot-data.js similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/js/plugins/flot/flot-data.js rename to other_installers/ansible/roles/ail-host/files/staticBackup/js/plugins/flot/flot-data.js diff --git a/ansible/roles/ail-host/files/staticBackup/js/plugins/flot/jquery.flot.js b/other_installers/ansible/roles/ail-host/files/staticBackup/js/plugins/flot/jquery.flot.js similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/js/plugins/flot/jquery.flot.js rename to other_installers/ansible/roles/ail-host/files/staticBackup/js/plugins/flot/jquery.flot.js diff --git a/ansible/roles/ail-host/files/staticBackup/js/plugins/flot/jquery.flot.pie.js b/other_installers/ansible/roles/ail-host/files/staticBackup/js/plugins/flot/jquery.flot.pie.js similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/js/plugins/flot/jquery.flot.pie.js rename to other_installers/ansible/roles/ail-host/files/staticBackup/js/plugins/flot/jquery.flot.pie.js diff --git a/ansible/roles/ail-host/files/staticBackup/js/plugins/flot/jquery.flot.resize.js b/other_installers/ansible/roles/ail-host/files/staticBackup/js/plugins/flot/jquery.flot.resize.js similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/js/plugins/flot/jquery.flot.resize.js rename to other_installers/ansible/roles/ail-host/files/staticBackup/js/plugins/flot/jquery.flot.resize.js diff --git a/ansible/roles/ail-host/files/staticBackup/js/plugins/flot/jquery.flot.tooltip.min.js b/other_installers/ansible/roles/ail-host/files/staticBackup/js/plugins/flot/jquery.flot.tooltip.min.js similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/js/plugins/flot/jquery.flot.tooltip.min.js rename to other_installers/ansible/roles/ail-host/files/staticBackup/js/plugins/flot/jquery.flot.tooltip.min.js diff --git a/ansible/roles/ail-host/files/staticBackup/js/plugins/morris/morris-data.js b/other_installers/ansible/roles/ail-host/files/staticBackup/js/plugins/morris/morris-data.js similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/js/plugins/morris/morris-data.js rename to other_installers/ansible/roles/ail-host/files/staticBackup/js/plugins/morris/morris-data.js diff --git a/ansible/roles/ail-host/files/staticBackup/js/plugins/morris/morris.js b/other_installers/ansible/roles/ail-host/files/staticBackup/js/plugins/morris/morris.js similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/js/plugins/morris/morris.js rename to other_installers/ansible/roles/ail-host/files/staticBackup/js/plugins/morris/morris.js diff --git a/ansible/roles/ail-host/files/staticBackup/js/plugins/morris/morris.min.js b/other_installers/ansible/roles/ail-host/files/staticBackup/js/plugins/morris/morris.min.js similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/js/plugins/morris/morris.min.js rename to other_installers/ansible/roles/ail-host/files/staticBackup/js/plugins/morris/morris.min.js diff --git a/ansible/roles/ail-host/files/staticBackup/js/plugins/morris/raphael.min.js b/other_installers/ansible/roles/ail-host/files/staticBackup/js/plugins/morris/raphael.min.js similarity index 100% rename from ansible/roles/ail-host/files/staticBackup/js/plugins/morris/raphael.min.js rename to other_installers/ansible/roles/ail-host/files/staticBackup/js/plugins/morris/raphael.min.js diff --git a/ansible/roles/ail-host/tasks/main.yml b/other_installers/ansible/roles/ail-host/tasks/main.yml similarity index 100% rename from ansible/roles/ail-host/tasks/main.yml rename to other_installers/ansible/roles/ail-host/tasks/main.yml diff --git a/Dockerfile b/other_installers/docker/Dockerfile similarity index 100% rename from Dockerfile rename to other_installers/docker/Dockerfile diff --git a/doc/X-docker.md b/other_installers/docker/README.md similarity index 100% rename from doc/X-docker.md rename to other_installers/docker/README.md diff --git a/docker-compose.yml b/other_installers/docker/docker-compose.yml similarity index 100% rename from docker-compose.yml rename to other_installers/docker/docker-compose.yml diff --git a/docker_start.sh b/other_installers/docker/docker_start.sh similarity index 100% rename from docker_start.sh rename to other_installers/docker/docker_start.sh diff --git a/pystemon/config.cfg b/other_installers/docker/pystemon/config.cfg similarity index 100% rename from pystemon/config.cfg rename to other_installers/docker/pystemon/config.cfg diff --git a/pystemon/install.sh b/other_installers/docker/pystemon/install.sh similarity index 100% rename from pystemon/install.sh rename to other_installers/docker/pystemon/install.sh diff --git a/pystemon/proxies.txt b/other_installers/docker/pystemon/proxies.txt similarity index 100% rename from pystemon/proxies.txt rename to other_installers/docker/pystemon/proxies.txt diff --git a/pystemon/pystemon.yaml b/other_installers/docker/pystemon/pystemon.yaml similarity index 100% rename from pystemon/pystemon.yaml rename to other_installers/docker/pystemon/pystemon.yaml