mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
adding link to up-to-date ansible-examples github repo. Also using proper capitalization for GitHub.
This commit is contained in:
parent
6a5672c997
commit
9ac012bb94
1 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@ more on the big picture and only dive down into the details when needed.
|
|||
We'll start with understanding includes so roles make more sense, but our ultimate goal should be understanding roles -- roles
|
||||
are great and you should use them every time you write playbooks.
|
||||
|
||||
See the 'ansible-examples' repository on github for lots of examples of all of this
|
||||
See the `ansible-examples <https://github.com/ansible/ansible-examples>`_ repository on GitHub for lots of examples of all of this
|
||||
put together. You may wish to have this open in a separate tab as you dive in.
|
||||
|
||||
Task Include Files And Encouraging Reuse
|
||||
|
@ -338,8 +338,8 @@ The resulting order of execution would be as follows::
|
|||
Learn about available modules
|
||||
:doc:`developing_modules`
|
||||
Learn how to extend Ansible by writing your own modules
|
||||
`Github examples directory <https://github.com/ansible/ansible/tree/devel/examples/playbooks>`_
|
||||
Complete playbook files from the github project source
|
||||
`GitHub Ansible examples <https://github.com/ansible/ansible-examples>`_
|
||||
Complete playbook files from the GitHub project source
|
||||
`Mailing List <http://groups.google.com/group/ansible-project>`_
|
||||
Questions? Help? Ideas? Stop by the list on Google Groups
|
||||
|
||||
|
|
Loading…
Reference in a new issue