lxc facts

class reemote.facts.lxc.get_list.Get_list(sudo: bool = False, su: bool = False)[source]

Bases: object

Returns a list of lxc containers from the local host.

Attributes:

Examples:

yield Get_list()
class reemote.facts.lxc.get_status.Get_status(vm: str, sudo: bool = False, su: bool = False)[source]

Bases: object

Returns the IP address of a lxc container from the local host.

vm

Name of the virtual machine

Type:

str

Examples:

yield Get_ip(vm='debian-vm2)
class reemote.facts.lxc.get_ip.Get_ip(vm: str, sudo: bool = False, su: bool = False)[source]

Bases: object

Returns the ip address of the lxc container from the local host.

Attributes:

Examples:

yield Get_ip()