Allow applications postfix to be configured

The postfix _hosts appended to applications to create host groups is now
configurable.

Signed-off-by: martin f. krafft <madduck@madduck.net>
diff --git a/README b/README
index 73c1fd2..a18b280 100644
--- a/README
+++ b/README
@@ -337,7 +337,9 @@
 
   - Every entry in the list of a host's applications might well correspond to
     an Ansible playbook. Therefore, reclass creates a (Ansible-)group for
-    every application, and adds '_hosts' to the name.
+    every application, and adds '_hosts' to the name. This postfix can be
+    configured with a CLI option (--applications-postfix) or in the
+    configuration file (applications_postfix).
 
     For instance, the ssh.server class adds the ssh.server application to
     a node's application list. Now the admin might create an Ansible playbook