the-bastion/doc/sphinx/plugins/open/groupListServers.rst

43 lines
1.1 KiB
ReStructuredText
Raw Normal View History

2020-10-16 00:32:37 +08:00
=================
groupListServers
=================
List the servers (IPs and IP blocks) pertaining to a group
==========================================================
.. admonition:: usage
:class: cmdusage
--osh groupListServers --group GROUP [--reverse-dns]
.. program:: groupListServers
.. option:: --group GROUP
2020-10-16 00:32:37 +08:00
List the servers of this group
.. option:: --reverse-dns
2020-10-16 00:32:37 +08:00
Attempt to resolve the reverse hostnames (SLOW!)
2020-10-16 00:32:37 +08:00
.. option:: --include PATTERN
Only include servers matching the given PATTERN (see below)
This option can be used multiple times to refine results
.. option:: --exclude PATTERN
Omit servers matching the given PATTERN (see below)
This option can be used multiple times.
Note that --exclude takes precedence over --include
**Note:** PATTERN supports the ``*`` and ``?`` wildcards.
If PATTERN is a simple string without wildcards, then names containing this string will be considered.
The matching is done on the text output of the command.
2020-10-16 00:32:37 +08:00
2021-04-14 19:37:30 +08:00