Skip to content

Commit 699c9c2

Browse files
committed
Update fleet pw on proxmox too
1 parent b2e32b6 commit 699c9c2

File tree

1 file changed

+2
-2
lines changed
  • Proxmox/Ansible/roles/logger/tasks

1 file changed

+2
-2
lines changed

Proxmox/Ansible/roles/logger/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,8 @@
353353
354354
fleetctl config set --address https://0.0.0.0:8412
355355
fleetctl config set --tls-skip-verify true
356-
fleetctl setup --email admin@detectionlab.network --username admin --password 'admin123#' --org-name DetectionLab
357-
fleetctl login --email admin@detectionlab.network --password 'admin123#'
356+
fleetctl setup --email admin@detectionlab.network --username admin --password 'Fl33tpassword!' --org-name DetectionLab
357+
fleetctl login --email admin@detectionlab.network --password 'Fl33tpassword!'
358358
359359
# Set the enrollment secret to match what we deploy to Windows hosts
360360
mysql -uroot --password=fleet -e 'use fleet; update enroll_secrets set secret = "enrollmentsecret";'

0 commit comments

Comments
 (0)