Skip to content

Commit

Permalink
Fix root password
Browse files Browse the repository at this point in the history
  • Loading branch information
adamruzicka committed Nov 27, 2024
1 parent 2e8254a commit 8418a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/foreman_provisioning/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
--subnet '{{ foreman_provisioning_network }}/24'
{{ foreman_provisioning_compute_profile_option }}
{{ foreman_provisioning_compute_resource_option }}
--root-pass changeme
--root-password changeme
--pxe-loader "PXELinux BIOS"
--organization '{{ foreman_provisioning_organization }}'
{{ foreman_provisioning_hammer_taxonomy_params }}
Expand Down

0 comments on commit 8418a86

Please sign in to comment.