From 56dc14c79ee32fb88035843bf4258414996a1b15 Mon Sep 17 00:00:00 2001
From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de>
Date: Tue, 14 Dec 2021 22:07:48 +0100
Subject: [PATCH] Remove old schrank web config

---
 uwsgi-python/vars/schrank.yml | 34 ----------------------------------
 1 file changed, 34 deletions(-)
 delete mode 100644 uwsgi-python/vars/schrank.yml

diff --git a/uwsgi-python/vars/schrank.yml b/uwsgi-python/vars/schrank.yml
deleted file mode 100644
index 84cf2b1..0000000
--- a/uwsgi-python/vars/schrank.yml
+++ /dev/null
@@ -1,34 +0,0 @@
----
-
-app_name: schrank
-app_user: schrankweb
-app_group: schrankweb
-app_home: /var/www/schrank
-app_path: /var/www/schrank
-app_python_version: 2
-app_venv: ''
-app_program: main/wsgi.py
-app_callable: application
-app_command: ''
-app_mountpoint: /
-app_mules: 0
-app_enable_threads: false
-app_uwsgi_options: []
-app_service_env: []
-
-# There is a mysql database named schrank, but it is unmanaged by ansible.
-app_db_type: ''
-app_db_name: ''
-
-app_deploy_key: "{{ inventory_dir }}/files/deploy-keys/schrank"
-app_git_url: "git@git.fsmpi.rwth-aachen.de:schrank/web.git"
-app_git_version: HEAD
-
-# There is no requirements.txt file and no other documentation (e.g. venv)
-# on needed software. The settings (including secret_key and db password)
-# are also checked into the repository.
-app_requirements_file: ''
-app_config_file: ''
-app_secret_config: false
-app_secret_config_keys: []
-app_additional_software: []
-- 
GitLab