Vzctl Facts¶
vzctl.OpenvzContainers¶
host.get_fact(OpenvzContainers, )
Returns a dict of running OpenVZ containers by CTID:
{
    666: {
        "ip": [],
        "ostemplate": "ubuntu...",
        ...
    },
}
Documentation may be out of date!
You are not reading the most recent version the documentation. 3.x is the latest release version available.