Releases: mikolak-net/ansible-raspi-config
Releases · mikolak-net/ansible-raspi-config
Appease the Linter Release™
Same changes as with 1.2.2:
- added chipset for Pi 4, currently no-op
- made FS check more resilient, now doesn't hang on boot from external drive
- updated dependencies to prevent future deprecation errors
Bugfix release
- added chipset for Pi 4, currently no-op
- made FS check more resilient, now doesn't hang on boot from external drive
- updated depencies to prevent future deprecation errors
Locale dependency fix
Note that the role has been renamed to mikolak-net.raspi_config
.
This rename has been enforced by the Galaxy importer unfortunately, sorry about the inconvenience.
- fixes #15.
Support for Pi3 and general update
- Added explicit support for Raspberry Pi 3,
- fixed #4,
- updated dependencies and code to be up to date with current version of Ansible,
- made Python code compatible with both Python 2 and 3,
- fixed (again, hopefully right this time) the reboot handler to correctly wait and respond to reboot after reconfiguration.
Thanks to @colin-nolan for contributing and @lupin-de-mid for reporting #4.
Various reliability fixes
- incorporated Colin Nolan's fix for #3
- fixed regression for timezone setting
- bumped required Ansible version to 2.0
Bugfix release for 2.x
This release solves several incompatibility problems with the Ansible 2.x syntax ( including #1 ), making it run in that version range correctly.
User replacement beta - updated
This minor update simply adds documentation changes corresponding to the role's namespace change from "mikołak" to "mikolak.
User replacement beta.
This replacement adds an ability to replace the default "pi" user with a given one, authorized by with a provided public key file.
1.0
First minimum-feature release.