From 9b1a9fdc99e54b5be32e96a8a3f56d50bbd50664 2015-08-20 23:48:42 From: Branko Majic Date: 2015-08-20 23:48:42 Subject: [PATCH] MAR-17: Added feature description for the project. Bumped the copyright year while at it. --- diff --git a/docs/about.rst b/docs/about.rst index a692ca83a268c4805629d4914b46985bd7869912..0bf20bc0eec7190b74e7a9c0eafe0bcddee05f53 100644 --- a/docs/about.rst +++ b/docs/about.rst @@ -42,6 +42,41 @@ you find them useful. Features -------- +*Majic Ansible Roles* have the following features: + +.. warning:: + + Of course, you may want to take some statements with a pinch of salt, and + possibly attribute them to either delusions of grandeur, or bragging :) + +* Emphasis on small, self-hosted deployments. +* Modular role design where possible and where necessary. +* A number of roles covering common set-up of servers, databases, web server, + XMPP server, mail server, and LDAP server. +* Streamlined integration with LDAP server for most of the services. +* Well-documented, with role reference documentation, examples, and test/sample + site. +* Balanced implementation allowing both configurability and ease of deployment. +* Free Software, released under liberal BSD license. + +Available roles: + +* ``bootstrap`` (for setting-up servers for Ansible use) +* ``common`` (for setting-up basic security, accounts, and configuration on + servers) +* ``database`` (for creating databases to be used for applications) +* ``database_server`` (for deploying a database server, MariaDB) +* ``ldap_client`` (for setting-up LDAP client configuration) +* ``ldap_server`` (for deploying an LDAP server, OpenLDAP) +* ``mail_forwarder`` (for setting-up forwarding of local mails to smart host, + Postfix) +* ``mail_server`` (for deploying Postfix, Dovecot, ClamAV) +* ``php_website`` (for deploying PHP websites) +* ``preseed`` (for preparing Debian preseed files) +* ``prosody`` (for deploying XMPP server, Prosody) +* ``web_server`` (for deploying web server, Nginx) +* ``wsgi_website`` (for deploying WSGI/Python applications) + Support ------- @@ -59,7 +94,7 @@ License Majic Ansible Roles is released under terms of *BSD (3-Clause) License*:: - Copyright (c) 2014, Branko Majic + Copyright (c) 2015, Branko Majic All rights reserved. Redistribution and use in source and binary forms, with or without modification,