From a3471012ac8aee5338d16be1d9ba31e662dac33c Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Fri, 5 Sep 2025 12:36:38 -0400 Subject: [PATCH] Created example file for natively provided private SSH key contents --- playbooks/vars/ssh_keys.yml.example | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 playbooks/vars/ssh_keys.yml.example diff --git a/playbooks/vars/ssh_keys.yml.example b/playbooks/vars/ssh_keys.yml.example new file mode 100644 index 0000000..836064c --- /dev/null +++ b/playbooks/vars/ssh_keys.yml.example @@ -0,0 +1,4 @@ +--- +native_ssh_private_keys: "{{ vaulted_native_ssh_private_keys }}" +native_ssh_private_key_files: [] +chosen_native_ssh_private_key_file: "{{ native_ssh_private_key_files | random }}"