-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Associate more templates with CentOS Stream #1885
Conversation
3e5bc56
to
e83d073
Compare
e83d073
to
eb85375
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't tested this myself, but the logic reads correctly to me
ptables: | ||
- Kickstart default | ||
state: present | ||
password_hash: "SHA256" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We made this the default, but I don't mind making it explicit now because we didn't add a migration to change existing OSes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah yes, probably Adam didn't have theforeman/foreman-ansible-modules#1779 in his setup :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I indeed did not have that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Heh, I recall fixing that after Archana run into the same thing when initially writing this play.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Funny, I thought it was related to theforeman/foreman@e2dee7d but now that I read the PR itself it should really be the more secure SHA512.
password_hash: "SHA256" | |
password_hash: "SHA512" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Followup on #1856