Files
home-server/ansible/playbooks/manage_vm.yml

7 lines
121 B
YAML

---
- name: Manage Proxmox VMs
hosts: "{{ target_host | default('proxmox') }}"
become: yes
roles:
- proxmox_vm