Merge pull request #7186 from jf/docfix-obvious-quick-simples

Obvious quick fixes:
This commit is contained in:
Michael DeHaan 2014-04-29 16:38:26 -04:00
commit 0720af11ae
2 changed files with 3 additions and 3 deletions

View file

@ -144,7 +144,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.

View file

@ -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::
@ -371,7 +371,7 @@ to github whenever possible via a pull request.
Ansible Galaxy
``````````````
`Ansible Galaxy <http://galaxy.ansible.com>`_, 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 <http://galaxy.ansible.com>`_ 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.