Initial qwen3 run with opencode
This commit is contained in:
11
ad-hoc-commands.md
Normal file
11
ad-hoc-commands.md
Normal file
@@ -0,0 +1,11 @@
|
||||
## Ad-Hoc Commands
|
||||
|
||||
```bash
|
||||
ansible all -m ping
|
||||
ansible all -m command -a "uptime"
|
||||
ansible webserver -m apt -a "name=vim state=present"
|
||||
```
|
||||
|
||||
Ansible is ideal for orchestrating infrastructure as code across cloud, on-premise, and hybrid environments.
|
||||
|
||||
---
|
||||
Reference in New Issue
Block a user