Bryan Larsen

Results 78 comments of Bryan Larsen

There are now two separate PR's to support lists. @hanynowsky's #7 lets you set a json array to have the value of an ansible array, and @moises-silva's #2 lets you...

I get some sort of strange unicode issues with this. Using ``` - ghetto_json: path: /tmp/foo.json bar: - 'bat' ``` I get result ``` "bar": [ "u'bat'" ], ``` Python...

No, I missed that. to_json isn't as easy to use inline as it is with variables. But given that you're requiring json, how about using `json.loads` instead of the string.replace...

Perhaps the README should include some motivation. One of the most common CDN's is S3 + Cloudfront. However, CORS is not well supported by S3 + Cloudfront due to this...

Has any progress been made on this issue? We've been running our own home-grown ansible role successfully for quite a while, but on Friday we took down our website because...

Here's an ansible role that claims to have solved the problem: http://docs.debops.org/en/latest/ansible/roles/debops.redis.html Based as it is on debops, it's not quite as easy to drop into a non-debops system as...

@nkubala you already appear to generate multiple tags per artifact. For example, my latest container got tagged with both "a593b5ad6a6362a5cc19907a7a79ec14:latest" and "dev:20cea37-dirty-a2b9536". I'm not sure what the former tag is...

AFAICT, this is now a duplicate of #77. the 'byTag' functionality has been provided, all that remains is a mechanism for querying all services, which is requested in #77. The...

I like this new pull request interface. I've verified 1,2,3&5 on the system tests. I'm worried about #4 breaking CSS for people, even though it's obviously the right direction to...

Hmm, it appears the order has changed. afed62e, 978d4ff, 2288c04 and b509f1d have all been pushed into master but do not appear to be in Hobo 1.3. It's certainly possible...