Posix Inventory

class forml.provider.inventory.posix.Inventory(path: str | Path = PosixPath('/home/docs/.forml/inventory'))[source]

Bases: Inventory

Posix inventory implementation.

Parameters:
path: str | Path = PosixPath('/home/docs/.forml/inventory')

File system location of the inventory root directory. Defaults to $FORML_HOME/inventory.

The provider can be enabled using the following platform configuration:

config.toml
 [INVENTORY.devapps]
 provider = "posix"
 path = "/mnt/forml/dev/apps/"