table of contents
other versions
- buster 1.6.0-1
- buster-backports 1.12.2-1~bpo10+1
- testing 1.13.2-1
- unstable 1.13.3-1
Rex::Group::Lookup::Command(3pm) | User Contributed Perl Documentation | Rex::Group::Lookup::Command(3pm) |
NAME¶
Rex::Group::Lookup::Command - read hostnames from a command.DESCRIPTION¶
With this module you can define hostgroups out of a command.SYNOPSIS¶
use Rex::Group::Lookup::Command; group "dbserver" => lookup_command("cat ip.list | grep -v -E '^#'"); rex xxxx # dbserver
EXPORTED FUNCTIONS¶
2018-02-01 | perl v5.26.1 |