Releases: sscheib/ansible-role-rhel_iso_kickstart
Releases · sscheib/ansible-role-rhel_iso_kickstart
v2.0.8
What's Changed
- Adding optional dest_iso_filename to allow specifying the filename of the custom ISO; Creating the destination directory for the custom ISO by @sscheib in #9
Full Changelog: v2.0.7...v2.0.8
v2.0.7
What's Changed
- Adding the possibility to specify the hostname via kickstart_hostname by @sscheib in #8
Full Changelog: v2.0.6...v2.0.7
v2.0.6
What's Changed
- Fixing an issue where delegate_to was used with localhost exclusively which prevented this role to function on any remote hosts by @sscheib in #7
Full Changelog: v2.0.5...v2.0.6
v2.0.4: Merge pull request #6 from sscheib/ft-lint_fixes
Lint fixes + fixing undefined users
Adding example Kickstart for UEFI
Adding example Kickstart for UEFI
v2.0.0
- Adding support for UEFI
- Adding support for custom %post sections
- Adding support for adding users
- Adding support to enable FIPS in the custom ISO