Initial qwen3 run with opencode
This commit is contained in:
30
quick-start.md
Normal file
30
quick-start.md
Normal file
@@ -0,0 +1,30 @@
|
||||
## Quick Start
|
||||
|
||||
### Ansible Navigator
|
||||
|
||||
[Ansible Navigator](https://ansible-navigator.readthedocs.io/en/stable/) is a CLI tool for exploring and interacting with Ansible content. It provides:
|
||||
- Playbook visualization
|
||||
- Task execution tracking
|
||||
- Inventory exploration
|
||||
- Interactive shell for testing playbooks
|
||||
- Integration with Ansible Core features
|
||||
|
||||
Use `ansible-navigator` to:
|
||||
1. Explore playbooks and roles
|
||||
2. Run ad-hoc commands
|
||||
3. Debug playbook execution
|
||||
4. Manage inventory files
|
||||
5. Test YAML syntax
|
||||
|
||||
```bash
|
||||
ansible-navigator run playbook.yml
|
||||
ansible-navigator explore
|
||||
ansible-navigator shell
|
||||
```
|
||||
|
||||
1. Install: `pip install ansible`
|
||||
2. Create inventory file
|
||||
3. Write playbook
|
||||
4. Run: `ansible-playbook playbook.yml`
|
||||
|
||||
---
|
||||
Reference in New Issue
Block a user