{"id":"automation-inventory-parameter","text":"The `inventory` parameter on `automation()` loads a YAML inventory file for host/group definitions, used alongside `add_host()` for hybrid static+dynamic inventory.","truth_value":"IN","source":"repo:ftl2-servercraft/ftl2_servercraft/__init__.py","source_url":"","source_hash":"","justifications":[],"dependents":[],"metadata":{"example":"async with automation(\n    inventory=str(config.inventory_path),\n    state_file=str(config.state_path),\n) as ftl:\n    # Hosts from inventory.yml are pre-loaded\n    # Dynamic hosts can still be added with ftl.add_host()"},"explanation":{"steps":[{"node":"automation-inventory-parameter","truth_value":"IN","reason":"premise"}]}}