Add note about deprecation of ansible adapter
Signed-off-by: martin f. krafft <madduck@madduck.net>
diff --git a/README.Ansible b/README.Ansible
index 172ffbe..b029325 100644
--- a/README.Ansible
+++ b/README.Ansible
@@ -8,6 +8,11 @@
Please make sure to read the generic information in the README file first, or
alongside this document.
+IMPORTANT NOTICE: I was kicked out of the Ansible community, and therefore
+I have no interest in developing this adapter anymore. If you use it and want
+to turn it into a setuptools entrypoints compatible adapter, I will take your
+patch.
+
Quick start with Ansible
~~~~~~~~~~~~~~~~~~~~~~~~
The following steps should get you up and running quickly. Generally, we will
diff --git a/adapters/ansible.in b/adapters/ansible.in
index 9ac7ea1..b6e4f8f 100644
--- a/adapters/ansible.in
+++ b/adapters/ansible.in
@@ -3,6 +3,11 @@
#
# ansible-adapter — adapter between Ansible and reclass
#
+# IMPORTANT NOTICE: I was kicked out of the Ansible community, and therefore
+# I have no interest in developing this adapter anymore. If you use it and
+# want to turn it into a setuptools entrypoints compatible adapter, I will
+# take your patch.
+#
# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
#