NAME
Rex::Group::Lookup::INI - read hostnames and groups from a INI style file
DESCRIPTION
With this module you can define hostgroups out of an ini style file.
SYNOPSIS
use Rex::Group::Lookup::INI;
groups_file "file.ini";
EXPORTED FUNCTIONS
groups_file($file)
With this function you can read groups from ini style files.
File Example:
[webserver]
fe01
fe02
f03
[backends]
be01
be02
groups_file($file);