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

40 lines
501 B
YAML

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