From b16a09a3fb469e3a7c225ef59b7ca062a3d6b9b7 Mon Sep 17 00:00:00 2001 From: "Ben D." Date: Fri, 24 Apr 2026 15:19:54 -0700 Subject: [PATCH] Added variables for proxmox keys --- inventories/clients/voice1/hosts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventories/clients/voice1/hosts.yml b/inventories/clients/voice1/hosts.yml index 5caf1a3..03b7d32 100644 --- a/inventories/clients/voice1/hosts.yml +++ b/inventories/clients/voice1/hosts.yml @@ -23,8 +23,8 @@ all: api_host: 10.189.42.22 api_port: 8006 api_user: "ansible@pve" - api_token_id: "" - api_token_secret: "" + api_token_id: "{{ PROXMOX_API_TOKEN_ID }}" + api_token_secret: "{{ PROXMOX_API_TOKEN_SECRET }}" cluster_mode: cluster ceph_enabled: true shared_storage: false