Initial commit: VM Creation done
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
gather_facts: no
|
||||
roles:
|
||||
- proxmox_vm
|
||||
|
||||
- hosts: edge
|
||||
become: yes
|
||||
roles:
|
||||
- base
|
||||
- docker
|
||||
- keepalived
|
||||
- traefik
|
||||
|
||||
# - hosts: all
|
||||
# become: yes
|
||||
# roles:
|
||||
# - base
|
||||
# - docker
|
||||
# - komodo
|
||||
|
||||
# - hosts: purah
|
||||
# become: yes
|
||||
# roles:
|
||||
# - vm_infra
|
||||
# - vm_plex
|
||||
|
||||
# - hosts: yunobo
|
||||
# become: yes
|
||||
# roles:
|
||||
# - vm_apps
|
||||
Reference in New Issue
Block a user