mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 06:53:21 -07:00
Small change to previous patch, make ranges of hosts inclusive.
This commit is contained in:
parent
416b8d59a9
commit
8fa4dc3920
7 changed files with 39 additions and 45 deletions
|
@ -31,7 +31,6 @@ A name of a group in the inventory file, a shell-like glob selecting
|
|||
hosts in inventory file, or any combination of the two separated by
|
||||
semicolons.
|
||||
|
||||
|
||||
OPTIONS
|
||||
-------
|
||||
|
||||
|
@ -112,7 +111,11 @@ INVENTORY
|
|||
|
||||
Ansible stores the hosts it can potentially operate on in an inventory
|
||||
file. The syntax is one host per line. Groups headers are allowed and
|
||||
are included on their own line, enclosed in square brackets.
|
||||
are included on their own line, enclosed in square brackets that
|
||||
start the line.
|
||||
|
||||
Ranges of hosts are also supported. For more information and
|
||||
additional options, see the documentation on http://ansible.github.com/.
|
||||
|
||||
FILES
|
||||
-----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue