Commit 0720af11 by Michael DeHaan

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

Obvious quick fixes:
parents 0e7b9e5c 7104ff6f
...@@ -144,7 +144,7 @@ Splitting Out Host and Group Specific Data ...@@ -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. 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 and group variables can be stored in individual files relative to the
inventory file. inventory file.
......
...@@ -210,7 +210,7 @@ If any files are not present, they are just ignored. So it's ok to not have a ' ...@@ -210,7 +210,7 @@ If any files are not present, they are just ignored. So it's ok to not have a '
for instance. for instance.
Note, you are still allowed to list tasks, vars_files, and handlers "loose" in playbooks without using roles, 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. the roles are evaluated first.
Also, should you wish to parameterize roles, by adding variables, you can do so, like this:: 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. ...@@ -371,7 +371,7 @@ to github whenever possible via a pull request.
Ansible Galaxy 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. You can sign up with social auth, and the download client 'ansible-galaxy' is included in Ansible 1.4.2 and later.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment