This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
v0.9.0
This is mainly a transitive release using the unmaintained lxc-templates project. Support for some newer distributions will require some refactoring in an upcoming release.
Travis Image Update
This role now uses the Ubuntu Bionic (18.04) Travis CI build image. For most users, this should only require updating dist: trusty
to dist: bionic
in your .travis.yml
definition (extra steps might be required if, for example, you're installing other Ansible dependencies via a package manager).
Test Profile Updates
- Alpine 3.9, 3.10, and 3.11 definitions added. 3.8 and below are no longer being tested.
- Ubuntu 20.04 (Focal) definition added. Trusty is no longer being tested.
- Per d10cbc6 debootstrap on Trusty does fail due to apt failures. This may get fixed in the refactor (through prebuilt images), though.
- CentOS 6 is no longer being tested.
- Debian Jessie is no longer being tested.
- Fedora 27-28 is no longer being tested.
No definitions have been removed and most should still be working, but support for EOL/old distros may be limited.