Deb Facts

deb.DebArch

host.get_fact(DebArch, )

rns the architecture string used in apt repository sources, eg amd64.

deb.DebPackage

host.get_fact(DebPackage, package)

rns information on a .deb archive or installed package.

deb.DebPackages

host.get_fact(DebPackages, )

rns a dict of installed dpkg packages:

ode:: python

{

“package_name”: [“version”],

}