- Added windows llama proxy
- Added terraform-mcp - Added S3 storage to gitea - Changed context size for windows LLMs - Changed number of cores for VMs, added P2000 support
This commit is contained in:
@@ -19,19 +19,18 @@
|
||||
tags:
|
||||
- roles::windows_containers
|
||||
- roles::windows_containers::podman_install
|
||||
# # ── Phase 2: Ubuntu container ────────────────────────────────────────────
|
||||
# - name: Setup Ubuntu container
|
||||
# ansible.builtin.include_tasks: ubuntu_container.yml
|
||||
# tags:
|
||||
# - roles::windows_containers
|
||||
# - roles::windows_containers::ubuntu_container
|
||||
# when: ansible_facts.os_product_type == "workstation"
|
||||
|
||||
# ── Phase 2: Ubuntu container ────────────────────────────────────────────
|
||||
- name: Setup Ubuntu container
|
||||
ansible.builtin.include_tasks: ubuntu_container.yml
|
||||
tags:
|
||||
- roles::windows_containers
|
||||
- roles::windows_containers::ubuntu_container
|
||||
when: ansible_facts.os_product_type == "workstation"
|
||||
|
||||
# ── Phase 3: Verification ────────────────────────────────────────────────
|
||||
- name: Verify installation
|
||||
ansible.builtin.include_tasks: verify.yml
|
||||
tags:
|
||||
- roles::windows_containers
|
||||
- roles::windows_containers::verify
|
||||
when: ansible_facts.os_product_type == "workstation"
|
||||
# # ── Phase 3: Verification ────────────────────────────────────────────────
|
||||
# - name: Verify installation
|
||||
# ansible.builtin.include_tasks: verify.yml
|
||||
# tags:
|
||||
# - roles::windows_containers
|
||||
# - roles::windows_containers::verify
|
||||
# when: ansible_facts.os_product_type == "workstation"
|
||||
|
||||
Reference in New Issue
Block a user