With the regressions in 1.9.0 related to the s3 module[0], I think the Ansible package repos really need to keep more than the HEAD stable version in its versions list. When 1.9.0 was released yesterday, all of my company’s playbooks broke since we make extensive use of S3 - so right now we can’t do any deployments. I thought this would be an easy fix by version locking back to 1.8.4, but when I listed the versions in the apt repo, only 1.9.0.1 is available.
While I plan to stay updated, I don’t want Ansible to dictate when I have to increment to a new minor (or major) version for exactly these kind of reasons.
The issue with 1.9.0 and 1.9.0.1 was caused by not being able to
upload a file with the same version to pypy, initially an incomplete
tarball was uploaded, once we realized the error and deleted it we
were forced to change the version number to be able to release as pypy
does not allow overwriting the distribution tarball or version reuse.
Since our build systems are tied for all distributions this affected
our .deb and .rpms also.
<nod> We aren't purposefully removing the old packages from the PPA.
It looks like the PPA is automatically marking the older packages as
"superseded" and preparing to delete them when we upload a newer
version:
Do you (or anyone) happen to know if this is a configurable setting in
Ubuntu PPA's? I think we'd be happy to change it but so far we
haven't found if it's a configurable setting and if so where.
Ansible 1.8.4 is still available, we’ve just always had our pip settings configured to “hide” older releases. You can still install the older version by specifying it to pip:
After unsuccessfully looking around for instructions on the internet I
took a look at what other PPAs were doing. I'm not a Ubuntu/Debian
user but I wasn't able to find any PPAs that have multiple versions
(there are packages for multiple ubuntu releases but not multiple
versions of the package for a single release).
If you're able to find out how to do it we'll be happy to change our
PPA to keep multiple builds but it seems like this might not be a
feature that Ubuntu's PPA service supports.
apt repos allow this but as far as I can tell it does not work for
PPAs, we can have diff package per arch or target distro .. but not
sure if that will even be possible as a work around for this.
A very nice project to organize and host apt repositories is aptly (http://www.aptly.info/).
It allows amongst other options to use Amazon S3, and has multiple options to organise multiple repositories, or repositories with and without multiple versions of packages etc.