From 0ab26cae6755bd234d9935b63cbfb50f5df3faf0 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Sat, 30 May 2026 05:51:48 -0400 Subject: [PATCH] changed dictionary attribute or variable name 'keys' to 'ssh_keys' due to possible reservation of prior --- group_vars/armitage.yml | 4 ++-- group_vars/homeserver.yml | 2 +- group_vars/sukaato.yml | 4 ++-- group_vars/vps.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/group_vars/armitage.yml b/group_vars/armitage.yml index f1514cd..18168a8 100644 --- a/group_vars/armitage.yml +++ b/group_vars/armitage.yml @@ -13,14 +13,14 @@ instance: armitage # operating_system: "tftp://hikiki.local:69/debian.iso" operating_system: ~ # ]> of control node or local SSH key basenames -keys: +ssh_keys: - id_ed25519_localhost # > list of administrative users (in Linux, users that can use "sudo") admins: - username: admin # arbitrary valid user name services: ~ # ]> if linux system user, assocated servce # ]> list of control node or local SSH key basenames for this user - keys: "{{ keys }}" + ssh_keys: "{{ keys }}" # > hashed (and maybe salted) password password: !vault | $ANSIBLE_VAULT;1.1;AES256 diff --git a/group_vars/homeserver.yml b/group_vars/homeserver.yml index 4ee5b42..7068732 100644 --- a/group_vars/homeserver.yml +++ b/group_vars/homeserver.yml @@ -8,7 +8,7 @@ instance: "" # Example-- operating_system: "tftp://hikiki.local:69/debian.iso" operating_system: ~ # ]> of control node or local SSH key basenames -keys: [] +ssh_keys: [] # :]> package groups pkgs: # :]> representing package groups installed by package manager via repositories diff --git a/group_vars/sukaato.yml b/group_vars/sukaato.yml index c30cfd2..318cb77 100644 --- a/group_vars/sukaato.yml +++ b/group_vars/sukaato.yml @@ -24,7 +24,7 @@ origin: us-east # > representing Linux distro or OS image available in VPS service to be used for VPS operating_system: linode/debian13 # ]> list of control node or local SSH key basenames for root user -keys: +ssh_keys: - id_ecdsa-sha2_sukaato_miniyubikey - id_ecdsa-sha2_sukaato_yubikey # > list of administrative users (in Linux, users that can use "sudo") @@ -32,7 +32,7 @@ admins: - username: senpai # arbitrary valid user name services: ~ # ]> if linux system user, assocated servce # ]> list of control node or local SSH key basenames for this user - keys: + ssh_keys: - id_ed25519_sukaato_yubikey - id_ed25519_sukaato_miniyubikey # > hashed (and maybe salted) password diff --git a/group_vars/vps.yml b/group_vars/vps.yml index 118ef81..8f0495c 100644 --- a/group_vars/vps.yml +++ b/group_vars/vps.yml @@ -9,7 +9,7 @@ origin: "" # > representing Linux distro or OS image available in VPS service to be used for VPS operating_system: ~ # ]> of control node or local SSH key basenames -keys: [] +ssh_keys: [] # :]> package groups pkgs: # :]> representing package groups installed by package manager via repositories