Initial qwen3 run with opencode
This commit is contained in:
15
galaxy.md
Normal file
15
galaxy.md
Normal file
@@ -0,0 +1,15 @@
|
||||
## Galaxy
|
||||
|
||||
Use Ansible Galaxy to manage roles and content:
|
||||
|
||||
```yaml
|
||||
- name: Install role from Galaxy
|
||||
ansible.builtin.import_role:
|
||||
name: "nginx"
|
||||
src: "https://galaxy.ansible.com/nginx/nginx"
|
||||
|
||||
# List available roles:
|
||||
# ansible-galaxy role list
|
||||
# Search for roles:
|
||||
# ansible-galaxy role search nginx
|
||||
```
|
||||
Reference in New Issue
Block a user