homelab/ansible/playbooks/deploy-aitutor-vm.yml

17 lines
288 B
YAML

---
- name: Provision VM on Proxmox for AI Tutor
hosts: localhost
gather_facts: false
connection: local
roles:
- role: proxmox_vm_deploy
- name: Install AI Tutor on provisioned VM
hosts: aitutor_vm
gather_facts: true
become: true
roles:
- role: aitutor_install