Vzctl Facts¶
See also: Vzctl Operations.
vzctl.OpenvzContainers
¶
host.get_fact(OpenvzContainers)
Returns a dict of running OpenVZ containers by CTID:
{
666: {
"ip": [],
"ostemplate": "ubuntu...",
...
},
}