Files
homelab/ansible/playbooks/provision_vms.yml
T
2026-04-01 00:11:23 +01:00

40 lines
488 B
YAML

---
# - hosts: localhost
# gather_facts: no
# roles:
# - proxmox_vm
- hosts: edge
become: yes
roles:
- base
- docker
- keepalived
- traefik
- hosts: purah
become: yes
roles:
- base
- docker
- tinyauth
- pocketid
# - hosts: all
# become: yes
# roles:
# - base
# - docker
# - komodo
# - hosts: purah
# become: yes
# roles:
# - vm_infra
# - vm_plex
# - hosts: yunobo
# become: yes
# roles:
# - vm_apps