Merging upstream version 0.14.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 11:39:09 +01:00
parent 082ce481df
commit 2265bd9c67
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
211 changed files with 12174 additions and 6401 deletions

View file

@ -12,7 +12,7 @@ Both inputs can be defined in a file or programmatically.
## Device Inventory
A device inventory is an instance of the [AntaInventory](../api/inventory.md#anta.inventory.AntaInventory) class.
A device inventory is an instance of the [AntaInventory](./api/inventory.md#anta.inventory.AntaInventory) class.
### Device Inventory File
@ -41,8 +41,8 @@ anta_inventory:
The inventory file must start with the `anta_inventory` key then define one or multiple methods:
- `hosts`: define each device individually
- `networks`: scan a network for devices accesible via eAPI
- `ranges`: scan a range for devices accesible via eAPI
- `networks`: scan a network for devices accessible via eAPI
- `ranges`: scan a range for devices accessible via eAPI
A full description of the inventory model is available in [API documentation](api/inventory.models.input.md)
@ -72,7 +72,7 @@ anta_inventory:
## Test Catalog
A test catalog is an instance of the [AntaCatalog](../api/catalog.md#anta.catalog.AntaCatalog) class.
A test catalog is an instance of the [AntaCatalog](./api/catalog.md#anta.catalog.AntaCatalog) class.
### Test Catalog File