Skip to content

Releases: sscheib/ansible-role-rhel_iso_kickstart

v2.0.8

21 Mar 12:23
Compare
Choose a tag to compare

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

21 Mar 11:23
Compare
Choose a tag to compare

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

05 Feb 19:17
Compare
Choose a tag to compare

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.5

24 Jan 11:38
Compare
Choose a tag to compare

Full Changelog: v2.0.4...v2.0.5

v2.0.4: Merge pull request #6 from sscheib/ft-lint_fixes

13 Dec 11:39
2ac73a7
Compare
Choose a tag to compare
Lint fixes + fixing undefined users

Adding example Kickstart for UEFI

19 Nov 14:55
79f2fed
Compare
Choose a tag to compare

Adding example Kickstart for UEFI

Fixing rootpw command

19 Nov 14:35
Compare
Choose a tag to compare

Fixing rootpw command

ansible-lint fixes

24 Oct 23:16
88f781f
Compare
Choose a tag to compare
  • Only ansible-lint fixes

v2.0.0

03 Oct 13:30
Compare
Choose a tag to compare
  • Adding support for UEFI
  • Adding support for custom %post sections
  • Adding support for adding users
  • Adding support to enable FIPS in the custom ISO