diff --git a/ansible/README.md b/ansible/README.md index 36fc3fa7..16fbaa14 100644 --- a/ansible/README.md +++ b/ansible/README.md @@ -1,3 +1,11 @@ +:warning: +Not maintained at the moment. +If you are interested to get this running, please: + +Fork -> Branch -> PR + +In case of questions please Join our (GITTER](https://gitter.im/SteveClement/AIL-framework) chat. + # AIL-framework-ansible This Ansible role can be used to deploy the AIL-Framework on a host. diff --git a/docker_start.sh b/docker_start.sh index e4dd5f21..1f80ecae 100755 --- a/docker_start.sh +++ b/docker_start.sh @@ -1,3 +1,6 @@ +echo "Currently unmaintained, continue at your own risk of not having a working AIL at the end :(" +exit 1 + source ./AILENV/bin/activate cd bin diff --git a/installing_deps_archlinux.sh b/installing_deps_archlinux.sh index d19561c6..38ac4ca7 100644 --- a/installing_deps_archlinux.sh +++ b/installing_deps_archlinux.sh @@ -1,5 +1,9 @@ #!/bin/bash + +echo "Currently unmaintained, continue at your own risk of not having a working AIL at the end :( Will be merged into main install deps later on." +exit 1 + set -e set -x