Added version control ignore of SSH keys vars file

This commit is contained in:
Alex Tavarez
2025-09-05 10:52:47 -04:00
parent 8cd242a34c
commit 0cc9e282be
2 changed files with 2 additions and 5 deletions

1
.gitignore vendored
View File

@@ -20,3 +20,4 @@ hosts.yml
hosts.yaml hosts.yaml
hosts.json hosts.json
/playbooks/vars/ssh_keys_vault.yml /playbooks/vars/ssh_keys_vault.yml
/playbooks/vars/ssh_keys.yml

View File

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