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