Links
💻

Local

Local mode means the playbook just affects the local machine that is running jetp, and no remote connectivity is involved. It is the only Jet mode designed for configuring just a single machine.
See our CLI documentation for details.
In local mode, inventory is ignored.
Local mode can be used to build VM and container images from Jet Playbooks, in addition to setup of development environments. It can also be used when executing jet from other management systems.
Check Mode Reminder
As per the documentation on Command Line Usage, local mode can be run in two ways -- "local" mode which will configure the system, and "check-local" which returns what jet thinks would happen if running "jet local". SSH has this feature as well.