mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
Merge pull request #7186 from jf/docfix-obvious-quick-simples
Obvious quick fixes:
This commit is contained in:
commit
0720af11ae
2 changed files with 3 additions and 3 deletions
|
@ -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 '
|
||||||
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.
|
||||||
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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue