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