mirror of
https://github.com/fscotto/infra.git
synced 2026-07-30 00:30:00 +00:00
Compare commits
1 Commits
main
...
f4b9b35c4e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f4b9b35c4e |
@@ -1,4 +1,5 @@
|
||||
---
|
||||
workstation_manage_opencode: true
|
||||
|
||||
workstation_manage_ibm_bob: true
|
||||
workstation_ibm_bob_install_url: "https://bob.ibm.com/download/bobshell.sh"
|
||||
workstation_npm_packages: "{{ ai_agents_npm_packages + [] }}"
|
||||
|
||||
@@ -48,3 +48,15 @@
|
||||
- workstation_npm_packages | length > 0
|
||||
loop_control:
|
||||
label: "{{ item.name }}"
|
||||
|
||||
- name: Install IBM Bob coding agent
|
||||
tags: [packages, ai_agents]
|
||||
ansible.builtin.shell: >
|
||||
curl -fsSL {{ workstation_ibm_bob_install_url }} | bash
|
||||
args:
|
||||
executable: /bin/bash
|
||||
creates: /usr/local/bin/bob
|
||||
become: true
|
||||
when:
|
||||
- workstation_manage_ibm_bob | default(false)
|
||||
- workstation_ibm_bob_install_url | length > 0
|
||||
|
||||
Reference in New Issue
Block a user