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 }}"