summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2012-11-26 18:27:55 -0500
committerMichael DeHaan <michael.dehaan@gmail.com>2012-11-26 18:27:55 -0500
commit9870224991c8d360fe8c9b0c3a2dfbce668ac13b (patch)
treece72e4f5e17c9ccbca7c274dd5da00a9d9ad3c31
parent43bdec8b20b9c05bc2eb00d7090ffaf833577829 (diff)
downloadansible-9870224991c8d360fe8c9b0c3a2dfbce668ac13b.tar.gz
Tweak fireball docs for 0.9
-rw-r--r--docsite/rst/playbooks2.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/docsite/rst/playbooks2.rst b/docsite/rst/playbooks2.rst
index 3c20f6bac9..9fd8bec0e0 100644
--- a/docsite/rst/playbooks2.rst
+++ b/docsite/rst/playbooks2.rst
@@ -604,7 +604,7 @@ Fireball Mode
.. versionadded:: 0.8
-Paramiko's core connection types of 'local', 'paramiko', and 'ssh' are augmented in version 0.8 by a new extra-fast
+Ansible's core connection types of 'local', 'paramiko', and 'ssh' are augmented in version 0.8 and later by a new extra-fast
connection type called 'fireball'. It can only be used with playbooks and does require some additional setup
outside the lines of ansible's normal "no bootstrapping" philosophy. You are not required to use fireball mode
to use Ansible, though some users may appreciate it.
@@ -654,7 +654,10 @@ any platform. You will also need gcc and zeromq-devel installed from your packa
- PyCrypto
- python-keyczar
-For more information about fireball, see the module documentation section.
+Fedora and EPEL also have Ansible RPM subpackages available for fireball-dependencies.
+
+Also see the module documentation section.
+
Understanding Variable Precedence
`````````````````````````````````