From 17b7f798932f4717a1a1a3124dc5a1e08b5d52e4 Mon Sep 17 00:00:00 2001 From: gwen Date: Wed, 11 Feb 2026 11:44:19 +0100 Subject: [PATCH] type --- hosts.yml | 4 ---- structure.yml | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts.yml b/hosts.yml index 4820331..63a250f 100644 --- a/hosts.yml +++ b/hosts.yml @@ -16,10 +16,6 @@ hostnames: ansible_python_interpreter: /usr/bin/python3 ansible_user: root ansible_ssh_private_key_file: - type: unix_filename - params: - types: - - file default: - variable: intranet.vps.ssh_key ... diff --git a/structure.yml b/structure.yml index e89f87a..f2214cb 100644 --- a/structure.yml +++ b/structure.yml @@ -13,6 +13,10 @@ vps: # vps target server system variables description: vps ssh private key examples: - ./sshkeys/myssh_privatekey + type: unix_filename + params: + types: + - file nginx: description: pedagogic html static file server