From 0cc9e282be43711179a9e7d62c226d8ca08a04ed Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Fri, 5 Sep 2025 10:52:47 -0400 Subject: [PATCH] Added version control ignore of SSH keys vars file --- .gitignore | 3 ++- playbooks/vars/ssh_keys.yml | 4 ---- 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 playbooks/vars/ssh_keys.yml diff --git a/.gitignore b/.gitignore index 340dd7e..ef70740 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,5 @@ hosts.ini hosts.yml hosts.yaml hosts.json -/playbooks/vars/ssh_keys_vault.yml \ No newline at end of file +/playbooks/vars/ssh_keys_vault.yml +/playbooks/vars/ssh_keys.yml \ No newline at end of file diff --git a/playbooks/vars/ssh_keys.yml b/playbooks/vars/ssh_keys.yml deleted file mode 100644 index 9901f8d..0000000 --- a/playbooks/vars/ssh_keys.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -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 }}" \ No newline at end of file