Files
homeserver/ansible/inventory/group_vars/all.yaml
Taqi Tahmid e5e8aa6b87 homeserver initial commit
- ansible
- docker-compose
- Kubernetes_deployments
2025-02-12 20:11:49 +02:00

11 lines
343 B
YAML

# Proxmox access related variables
proxmox_api_url: "192.168.1.121"
# Cloud-init image related variables
image_url: "https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img"
image_dest: "/tmp/cloud-image.img"
image_format: "qcow2"
storage_name: "local"
# ansible venv
ansible_venv: "/home/taqi/.venv/ansible/bin/python"