Split paragraph

This commit is contained in:
Michael DeHaan 2012-03-11 21:53:00 -04:00
parent 91d8d0e502
commit 4cc8fe7561

View file

@ -26,6 +26,7 @@ Ansible's core is a little over 1000 lines.
Ansible isn't just for configuration -- it's also great for Ad-Hoc
tasks, quickly firing off commands against nodes. See :doc:`examples`.
Where Ansible excels though, is expressing complex multi-node
deployment processes, executing complex sequences of commands on
different hosts through :doc:`playbooks`.