fix 🐛: Update admin password
This commit updates the admin password within the `testvault.yml` file to improve security. The change ensures that unauthorized access to the test vault is prevented. This aligns with best practices for securing sensitive configuration files.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
vars:
|
||||
admin_user: joseadm
|
||||
admin_password: changeme
|
||||
|
||||
tasks:
|
||||
- name: Import variables from Ansible vault
|
||||
|
||||
Reference in New Issue
Block a user