homeserver initial commit
- ansible - docker-compose - Kubernetes_deployments
This commit is contained in:
6
ansible/playbooks/configure-vms.yaml
Normal file
6
ansible/playbooks/configure-vms.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
- name: Create Proxmox VMs
|
||||
hosts: vms
|
||||
vars_files:
|
||||
- ../secrets/vault.yaml # Load the encrypted vault file
|
||||
roles:
|
||||
- configure-vms
|
||||
6
ansible/playbooks/create-vms.yaml
Normal file
6
ansible/playbooks/create-vms.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
- name: Create Proxmox VMs
|
||||
hosts: hypervisors
|
||||
vars_files:
|
||||
- ../secrets/vault.yaml # Load the encrypted vault file
|
||||
roles:
|
||||
- create-vms
|
||||
6
ansible/playbooks/destroy-vms.yaml
Normal file
6
ansible/playbooks/destroy-vms.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
- name: Destroy Proxmox VMs
|
||||
hosts: hypervisors
|
||||
vars_files:
|
||||
- ../secrets/vault.yaml # Load the encrypted vault file
|
||||
roles:
|
||||
- destroy-vms
|
||||
Reference in New Issue
Block a user