mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Move see also blocks to bottom of each page to include reading docs, remove 'fork me' to avoid text overlap,
simply menu nav so folks find the chapter link.
This commit is contained in:
parent
39d02eeff4
commit
3a1bbac3a7
27 changed files with 160 additions and 567 deletions
|
@ -3,15 +3,7 @@
|
|||
The Inventory File, Patterns, and Groups
|
||||
========================================
|
||||
|
||||
How to select hosts you wish to manage
|
||||
|
||||
.. seealso::
|
||||
|
||||
:doc:`examples`
|
||||
Examples of basic commands
|
||||
:doc:`playbooks`
|
||||
Learning ansible's configuration management language
|
||||
|
||||
How to define and select hosts you wish to manage
|
||||
|
||||
.. _inventoryformat:
|
||||
|
||||
|
@ -73,4 +65,10 @@ It's also ok to mix wildcard patterns and groups at the same time::
|
|||
|
||||
Easy enough. Now see :doc:`examples` and then :doc:`playbooks` for how to do things to selected hosts.
|
||||
|
||||
.. seealso::
|
||||
|
||||
:doc:`examples`
|
||||
Examples of basic commands
|
||||
:doc:`playbooks`
|
||||
Learning ansible's configuration management language
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue