summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/docsite/rst/index.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/docsite/rst/index.rst b/docs/docsite/rst/index.rst
index 778d2d83ca..6b6b8788a2 100644
--- a/docs/docsite/rst/index.rst
+++ b/docs/docsite/rst/index.rst
@@ -6,6 +6,8 @@ Ansible Documentation
About Ansible
`````````````
+Hi Mom!
+
Ansible is an IT automation tool. It can configure systems, deploy software, and orchestrate more advanced IT tasks such as continuous deployments or zero downtime rolling updates.
Ansible's main goals are simplicity and ease-of-use. It also has a strong focus on security and reliability, featuring a minimum of moving parts, usage of OpenSSH for transport (with other transports and pull modes as alternatives), and a language that is designed around auditability by humans--even those not familiar with the program.