refactor: yml -> yaml

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2025-11-07 20:44:14 +01:00
parent 22c1b534ab
commit ef652fac20
115 changed files with 121 additions and 121 deletions

View File

@@ -0,0 +1,24 @@
proxmox_author: tuan-dat.tran@tudattr.dev
proxmox_creator: ansible
proxmox_storage: proxmox
proxmox_vault_file: ../vars/group_vars/proxmox/secrets_vm.yaml
proxmox_secrets_prefix: secrets_vm
proxmox_cloud_init_images:
debian:
name: debian-12-genericcloud-amd64.qcow2
url: https://cdimage.debian.org/images/cloud/bookworm/latest/debian-12-genericcloud-amd64.qcow2
ubuntu:
name: noble-server-cloudimg-amd64.img
url: https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img
proxmox_dirs:
isos: /opt/proxmox/template/iso/
proxmox_tags:
- "{{ proxmox_creator }}"
proxmox_node_dependencies:
- nmap
proxmox_localhost_dependencies: []