logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Rex::Group::Lookup::Command - read hostnames from a command.

Description

       With this module you can define hostgroups out of a command.

Exported Functions

perl v5.40.0                                       2025-02-06                   Rex::Group::Lookup::Command(3pm)

Name

       Rex::Group::Lookup::Command - read hostnames from a command.

Synopsis

        use Rex::Group::Lookup::Command;

        group "dbserver"  => lookup_command("cat ip.list | grep -v -E '^#'");

        rex xxxx                            # dbserver

See Also