From d80f4624d4923527cf440c2b1f3ee529fa9cd737 Mon Sep 17 00:00:00 2001 From: Jeffrey 'jf' Lim Date: Mon, 28 Apr 2014 22:50:20 +0800 Subject: [PATCH 1/2] Obvious quick fixes: - extra 'the' in intro_inventory - capitalization in playbooks_roles --- docsite/rst/intro_inventory.rst | 2 +- docsite/rst/playbooks_roles.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docsite/rst/intro_inventory.rst b/docsite/rst/intro_inventory.rst index cfed57489e..e05136fee8 100644 --- a/docsite/rst/intro_inventory.rst +++ b/docsite/rst/intro_inventory.rst @@ -142,7 +142,7 @@ Splitting Out Host and Group Specific Data The preferred practice in Ansible is actually not to store variables in the main inventory file. -In addition to the storing variables directly in the INI file, host +In addition to storing variables directly in the INI file, host and group variables can be stored in individual files relative to the inventory file. diff --git a/docsite/rst/playbooks_roles.rst b/docsite/rst/playbooks_roles.rst index 9b9a3b354e..fd70e71e36 100644 --- a/docsite/rst/playbooks_roles.rst +++ b/docsite/rst/playbooks_roles.rst @@ -210,7 +210,7 @@ If any files are not present, they are just ignored. So it's ok to not have a ' for instance. Note, you are still allowed to list tasks, vars_files, and handlers "loose" in playbooks without using roles, -but roles are a good organizational feature and are highly recommended. if there are loose things in the playbook, +but roles are a good organizational feature and are highly recommended. If there are loose things in the playbook, the roles are evaluated first. Also, should you wish to parameterize roles, by adding variables, you can do so, like this:: From 7104ff6fa849ebe81dfc3645c55af31774426fec Mon Sep 17 00:00:00 2001 From: Jeffrey 'jf' Lim Date: Mon, 28 Apr 2014 22:57:55 +0800 Subject: [PATCH 2/2] playbooks_roles.rst: remove extraneous comma --- docsite/rst/playbooks_roles.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_roles.rst b/docsite/rst/playbooks_roles.rst index fd70e71e36..573c4ef33c 100644 --- a/docsite/rst/playbooks_roles.rst +++ b/docsite/rst/playbooks_roles.rst @@ -336,7 +336,7 @@ The resulting order of execution would be as follows:: Ansible Galaxy `````````````` -`Ansible Galaxy `_, is a free site for finding, downloading, rating, and reviewing all kinds of community developed Ansible roles and can be a great way to get a jumpstart on your automation projects. +`Ansible Galaxy `_ is a free site for finding, downloading, rating, and reviewing all kinds of community developed Ansible roles and can be a great way to get a jumpstart on your automation projects. You can sign up with social auth, and the download client 'ansible-galaxy' is included in Ansible 1.4.2 and later.