Initial commit: VM Creation done
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
proxmox_api_host: "10.0.2.2"
|
||||
proxmox_api_user: "root@pam"
|
||||
proxmox_api_token_id: "ansible"
|
||||
proxmox_api_token_secret: "{{ vault_proxmox_api_token_secret }}"
|
||||
proxmox_node: "pve"
|
||||
|
||||
template_name: "debian-13-cloudinit"
|
||||
|
||||
ansible_user: root
|
||||
ansible_python_interpreter: /opt/homebrew/bin/python3
|
||||
|
||||
docker_packages:
|
||||
- docker.io
|
||||
- docker-compose-plugin
|
||||
|
||||
# Traefik configuration
|
||||
domain: "example.com" # Change to your domain
|
||||
letsencrypt_email: "admin@example.com" # Change to your email
|
||||
Reference in New Issue
Block a user