Created example file with example YAML data structure for host group

This commit is contained in:
Alex Tavarez
2025-09-05 12:35:23 -04:00
parent c29fd64d7e
commit 4ee31f4f1c

View File

@@ -2,6 +2,5 @@
passwords:
- username: senpai
password: "{{ vaulted_passwords.senpai.password }}"
ansible_user: "{{ passwords[0].username }}"
local_ssh_private_key_files: [] # @NOTE list paths to SSH private keys
chosen_local_ssh_private_key_file: "{{ local_private_key_files | random }}"
chosen_local_ssh_private_key_file: "{{ local_ssh_private_key_files | random }}"