diff options
author | heqnx <root@heqnx.com> | 2025-06-24 13:13:31 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-06-24 13:13:31 +0300 |
commit | 3115a425134f836676da5827582719fe88f0f4ff (patch) | |
tree | 6d015206274ae3ca68283c0bda366bb523a890e8 /tasks/pve_configure.yaml | |
parent | fa81cfa0fe1fb03e2766174b697e4fccea60e4f6 (diff) | |
download | ansible-pve-host-3115a425134f836676da5827582719fe88f0f4ff.tar.gz ansible-pve-host-3115a425134f836676da5827582719fe88f0f4ff.zip |
renamed pveadmin credentials file
Diffstat (limited to 'tasks/pve_configure.yaml')
-rw-r--r-- | tasks/pve_configure.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/pve_configure.yaml b/tasks/pve_configure.yaml index bae645e..7be1d0e 100644 --- a/tasks/pve_configure.yaml +++ b/tasks/pve_configure.yaml @@ -98,7 +98,7 @@ pve_admin_user: "pveadmin@pve" pve_admin_group: "admin" pve_admin_group_comment: "System Administrators" - pve_admin_password_file: "/root/pve_admin_password.txt" + pve_admin_password_file: "/root/pveadmin_credentials.txt" pve_admin_password: "{{ lookup('password', '/dev/null length=32 chars=ascii_letters,digits') }}" - name: save password to file |