- or download this
$VAR1 = {
'10.1.7.142' => {
...
'clusterstatus' => on,
},
};
- or download this
[% FOREACH ip = data %]
this is ip [% ip %] counter is [% ip.counter %]
[% END %]
- or download this
this is ip is HASH(0x9c68328) counter is
this is ip is HASH(0x9c62e68) counter is
this is ip is HASH(0x9c62d0c) counter is
- or download this
in the same object:
...
'10.1.7.11',
'10.1.7.112'
],
- or download this
[% FOREACH ip in ips %]
this is ip is [% ip %] counter is [% ip.counter %]
[% END %]