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