cli.build.inventory.full package

Submodules

cli.build.inventory.full.command module

cli.build.inventory.full.command.build_group_inventory(apps: list[str], host: str) dict

Build an Ansible inventory in which each application is a group containing the given host.

cli.build.inventory.full.command.build_hostvar_inventory(apps: list[str], host: str) dict

Alternative: Build an inventory where all invokable apps are set as a host variable (as a list).

cli.build.inventory.full.command.main(argv: list[str] | None = None) int

Module contents

cli.build.inventory.full.main(argv: list[str] | None = None) int