summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2018-04-06 11:42:33 -0700
committerMatt Clay <matt@mystile.com>2018-04-06 12:04:19 -0700
commitf1b63f435ec15a35180951009e44d16e459dd07f (patch)
tree9563810e3d986d804a6d42889fb426761ea2cd59
parentbab947d8547c25dda2f09bbcb408df12f4449021 (diff)
downloadansible-f1b63f435ec15a35180951009e44d16e459dd07f.tar.gz
The ssh change note has been removed
Since the note was about 2.0 versus 1.x, this has been removed. The file implementing it is gone so we need to stop referencing it.
-rw-r--r--docs/docsite/rst/scenario_guides/guide_rax.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/docsite/rst/scenario_guides/guide_rax.rst b/docs/docsite/rst/scenario_guides/guide_rax.rst
index c325a2f0d8..b29dd456ed 100644
--- a/docs/docsite/rst/scenario_guides/guide_rax.rst
+++ b/docs/docsite/rst/scenario_guides/guide_rax.rst
@@ -123,8 +123,6 @@ Here's what it would look like in a playbook, assuming the parameters were defin
The rax module returns data about the nodes it creates, like IP addresses, hostnames, and login passwords. By registering the return value of the step, it is possible used this data to dynamically add the resulting hosts to inventory (temporarily, in memory). This facilitates performing configuration actions on the hosts in a follow-on task. In the following example, the servers that were successfully created using the above task are dynamically added to a group called "raxhosts", with each nodes hostname, IP address, and root password being added to the inventory.
-.. include:: ../rst_common/ansible_ssh_changes_note.rst
-
.. code-block:: yaml
- name: Add the instances we created (by public IP) to the group 'raxhosts'