From a19c394a028cdf608cd98c5fbee55f39aa5a7b91 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Sun, 9 Feb 2014 00:33:28 -0600 Subject: [PATCH] Change reference to open 'intranet' to 'internet' The Internet is being referred to, but the documentation uses the word 'intranet'. --- docsite/rst/intro_getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/intro_getting_started.rst b/docsite/rst/intro_getting_started.rst index c24bfbc4167..f5ab25e56f1 100644 --- a/docsite/rst/intro_getting_started.rst +++ b/docsite/rst/intro_getting_started.rst @@ -36,7 +36,7 @@ Occasionally you'll encounter a device that doesn't do SFTP. This is rare, but i When speaking with remote machines, Ansible will by default assume you are using SSH keys -- which we encourage -- but passwords are fine too. To enable password auth, supply the option ``--ask-pass`` where needed. If using sudo features and when sudo requires a password, also supply ``--ask-sudo-pass`` as appropriate. While it may be common sense, it is worth sharing: Any management system benefits from being run near the machines being managed. If running in a cloud, consider running Ansible from a machine inside that cloud. It will work better than on the open -intranet in most cases. +internet in most cases. As an advanced topic, Ansible doesn't just have to connect remotely over SSH. The transports are pluggable, and there are options for managing things locally, as well as managing chroot, lxc, and jail containers. A mode called 'ansible-pull' can also invert the system and have systems 'phone home' via scheduled git checkouts to pull configuration directives from a central repository.