Created some playbooks, a master playbook file, and a vars directory
This commit is contained in:
4
playbooks/vars/ssh_keys.yml
Normal file
4
playbooks/vars/ssh_keys.yml
Normal file
@@ -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 }}"
|
Reference in New Issue
Block a user