summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <bcoca@ansible.com>2016-01-28 12:03:36 -0500
committerBrian Coca <bcoca@ansible.com>2016-01-28 12:03:36 -0500
commit8755e8b3bcd9d1c272b4861b50559a16f807337c (patch)
tree90237c55d18af5617553ba4b8e6fedd80eff410e
parentfad6eb18448736ad1308f622be8e138fcf259288 (diff)
parent90c14644b0897b85b6f466f6b795cccd6a2e054c (diff)
downloadansible-8755e8b3bcd9d1c272b4861b50559a16f807337c.tar.gz
Merge pull request #14170 from strictlyd/devel
Fixing typo depricated for deprecated.
-rw-r--r--docsite/rst/intro_getting_started.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/intro_getting_started.rst b/docsite/rst/intro_getting_started.rst
index 7b783209de..e79d075a73 100644
--- a/docsite/rst/intro_getting_started.rst
+++ b/docsite/rst/intro_getting_started.rst
@@ -33,7 +33,7 @@ In releases up to and including Ansible 1.2, the default was strictly paramiko.
Occasionally you'll encounter a device that doesn't support SFTP. This is rare, but should it occur, you can switch to SCP mode in :doc:`intro_configuration`.
-When speaking with remote machines, Ansible by default assumes you are using SSH keys. SSH keys are encouraged but password authentication can also be used where needed by supplying the option ``--ask-pass``. If using sudo features and when sudo requires a password, also supply ``--ask-become-pass`` (previously ``--ask-sudo-pass`` which has been depricated).
+When speaking with remote machines, Ansible by default assumes you are using SSH keys. SSH keys are encouraged but password authentication can also be used where needed by supplying the option ``--ask-pass``. If using sudo features and when sudo requires a password, also supply ``--ask-become-pass`` (previously ``--ask-sudo-pass`` which has been deprecated).
While it may be common sense, it is worth sharing: Any management system benefits from being run near the machines being managed. If you are running Ansible in a cloud, consider running it from a machine inside that cloud. In most cases this will work better than on the open Internet.