summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Moser <mail@renemoser.net>2016-08-15 20:17:50 +0200
committerGitHub <noreply@github.com>2016-08-15 20:17:50 +0200
commit6950b2e57345147d4e12a6205157e05ead6ee86a (patch)
tree24ca4be26fd28fb682e6c6053430911efa8192ec
parentbf8c871801fe75557823cdeb8228da9d18ece599 (diff)
downloadansible-resmo-patch-1.tar.gz
doc: update docs, notes about releases always outdatedresmo-patch-1
-rw-r--r--docsite/rst/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/index.rst b/docsite/rst/index.rst
index 4a11328a2f..8ac2d4ab0e 100644
--- a/docsite/rst/index.rst
+++ b/docsite/rst/index.rst
@@ -16,7 +16,7 @@ We believe simplicity is relevant to all sizes of environments, so we design for
Ansible manages machines in an agent-less manner. There is never a question of how to
upgrade remote daemons or the problem of not being able to manage systems because daemons are uninstalled. Because OpenSSH is one of the most peer-reviewed open source components, security exposure is greatly reduced. Ansible is decentralized--it relies on your existing OS credentials to control access to remote machines. If needed, Ansible can easily connect with Kerberos, LDAP, and other centralized authentication management systems.
-This documentation covers the current released version of Ansible (2.0.1) and also some development version features (2.1). For recent features, we note in each section the version of Ansible where the feature was added.
+This documentation covers the current released version and also unreleased features coming in the next major version of Ansible . We note in each section the version of Ansible where the feature was added.
Ansible, Inc. releases a new major release of Ansible approximately every two months. The core application evolves somewhat conservatively, valuing simplicity in language design and setup. However, the community around new modules and plugins being developed and contributed moves very quickly, typically adding 20 or so new modules in each release.