From 231b3679b648055cd12456dd039a1e7725be70d9 Mon Sep 17 00:00:00 2001 From: gwen Date: Wed, 11 Feb 2026 11:40:00 +0100 Subject: [PATCH] hosts --- hosts.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/hosts.yml b/hosts.yml index e0cf651..4820331 100644 --- a/hosts.yml +++ b/hosts.yml @@ -9,11 +9,17 @@ hostnames: hosts: type: domainname default: - - variable: intranet.vps_domain_name + - variable: intranet.vps.domain_name vars: all: ansible_python_interpreter: /usr/bin/python3 ansible_user: root - ansible_ssh_private_key_file: ./host_vars/forge.gwhirlingai.fr.key + ansible_ssh_private_key_file: + type: unix_filename + params: + types: + - file + default: + - variable: intranet.vps.ssh_key ...