# ansible-navigator ## quickstart 1. set up venv ``` python -m venv kvant-venv source kvant-venv/bin/activate pip install -r requirements.txt ``` 2. build execution environment (optional) ``` ansible-builder build -t kvant-ee ``` 3. run playbooks with custom execution environment ``` ansible-navigator run --eei kvant-ee ``` 4. ?? 5. profit