summaryrefslogtreecommitdiff
path: root/docs/docsite/rst/scenario_guides
diff options
context:
space:
mode:
authorJan-Piet Mens <jp@mens.de>2022-04-27 22:27:03 +0200
committerGitHub <noreply@github.com>2022-04-27 16:27:03 -0400
commitf6fb402d1feab0c66e9eb107bdb37b8ae9c3ce4c (patch)
treeddd41519ca11f8ee5c7690012c2af12524660139 /docs/docsite/rst/scenario_guides
parentcf5f0690f03aa7758a8e570478753b6dcbac79b6 (diff)
downloadansible-f6fb402d1feab0c66e9eb107bdb37b8ae9c3ce4c.tar.gz
Update guide_vultr.rst (#77665)
Diffstat (limited to 'docs/docsite/rst/scenario_guides')
-rw-r--r--docs/docsite/rst/scenario_guides/guide_vultr.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/docsite/rst/scenario_guides/guide_vultr.rst b/docs/docsite/rst/scenario_guides/guide_vultr.rst
index c5d5adeca7..a946c91dc2 100644
--- a/docs/docsite/rst/scenario_guides/guide_vultr.rst
+++ b/docs/docsite/rst/scenario_guides/guide_vultr.rst
@@ -44,8 +44,8 @@ If ``VULTR_API_ACCOUNT`` environment variable or ``api_account`` module paramete
Authentication
--------------
-Before using the Ansible modules to interact with Vultr, ones need an API key.
-If one doesn't own one yet, log in to `Vultr <https://www.vultr.com>`_ go to Account, then API, enable API then the API key should show up.
+Before using the Ansible modules to interact with Vultr, you need an API key.
+If you don't yet own one, log in to `Vultr <https://www.vultr.com>`_ go to Account, then API, enable API then the API key should show up.
Ensure you allow the usage of the API key from the proper IP addresses.
@@ -73,7 +73,7 @@ To check that everything is working properly run the following command:
}
-If a similar output displays then everything is setup properly, else please ensure the proper ``VULTR_API_KEY`` has been specified and that Access Control on Vultr > Account > API page are accurate.
+If a similar output displays then everything is setup properly, else please ensure the proper ``VULTR_API_KEY`` has been specified and that Access Controls on Vultr > Account > API page are accurate.
Usage
@@ -100,7 +100,7 @@ Dynamic Inventory
-----------------
Ansible provides a dynamic inventory plugin for `Vultr <https://www.vultr.com>`_.
-The configuration process is exactly the same as the one for the modules.
+The configuration process is exactly the same as for the modules.
To be able to use it you need to enable it first by specifying the following in the ``ansible.cfg`` file: