Added version control ignore of SSH keys vars file
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -19,4 +19,5 @@ hosts.ini
|
||||
hosts.yml
|
||||
hosts.yaml
|
||||
hosts.json
|
||||
/playbooks/vars/ssh_keys_vault.yml
|
||||
/playbooks/vars/ssh_keys_vault.yml
|
||||
/playbooks/vars/ssh_keys.yml
|
@@ -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 }}"
|
Reference in New Issue
Block a user