NAME
Rex::Group::Lookup::File - read hostnames from a file.
DESCRIPTION
With this module you can define hostgroups out of a file.
SYNOPSIS
use Rex::Group::Lookup::File;
group "webserver" => lookup_file("./hosts.lst");
Rex::Group::Lookup::File - read hostnames from a file.
With this module you can define hostgroups out of a file.
use Rex::Group::Lookup::File;
group "webserver" => lookup_file("./hosts.lst");