Changed example group_vars file to declare username as 'admin'
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
passwords:
|
passwords:
|
||||||
- username: senpai
|
- username: admin
|
||||||
password: "{{ vaulted_passwords.senpai.password }}"
|
password: "{{ vaulted_passwords.admin.password }}"
|
||||||
local_ssh_private_key_files: [] # @NOTE list paths to SSH private keys
|
local_ssh_private_key_files: [] # @NOTE list paths to SSH private keys
|
||||||
chosen_local_ssh_private_key_file: "{{ local_ssh_private_key_files | random }}"
|
chosen_local_ssh_private_key_file: "{{ local_ssh_private_key_files | random }}"
|
||||||
|
Reference in New Issue
Block a user