1Rex::Group::Lookup::INIU(s3e)r Contributed Perl DocumentaRteixo:n:Group::Lookup::INI(3)
2
3
4

NAME

6       Rex::Group::Lookup::INI - read hostnames and groups from a INI style
7       file
8

DESCRIPTION

10       With this module you can define hostgroups out of an ini style file.
11

SYNOPSIS

13        use Rex::Group::Lookup::INI;
14        groups_file "file.ini";
15

EXPORTED FUNCTIONS

17   groups_file($file)
18       With this function you can read groups from INI style files.
19
20       File example:
21
22        [webserver]
23        fe01
24        fe02
25        f03
26
27        [backends]
28        be01
29        be02
30
31       It also supports hostname expressions like [1..3], [1,2,3] and
32       [1..5/2].
33
34
35
36perl v5.30.0                      2019-07-24        Rex::Group::Lookup::INI(3)
Impressum