Ben Webber

Results 28 comments of Ben Webber

I *really* like the integration with testinfra. pytest is a joy to use and testinfra's Docker fixture is brilliant. I don't really like the boilerplate it requires, but in the...

I assume the Fedora host you are trying to manage uses DNF, is that correct? If so, it seems that Fedora doesn't install the Python yum package anymore. We can...

Thanks. I'm still thinking about how I'd like to bundle task includes with the role. The next release will focus on adding support for Spigot and Cuberite (in progress). I'll...

I've never used FTB so I'm a bit confused by how it works. Is FTB a modded server that allows administrators to install mods? Or is each modpack a server...

On further reflection, I think it's wise to clean up and merge the existing PRs **(that are backwards compatible)** and release a new 1.x version. We can consider changing the...

I have: * merged all open PRs which 1) are compatible with the 1.x contract and 2) can be merged without intervention. * tagged `v1.1.0` as the last 1.x release...

At the moment I want to avoid adding more discrete top-level configuration items since we're always playing catch-up with users' use-cases. I really think version 2 of this role requires...

Oh, brilliant. Thanks for discovering that. Why not `haproxy_flatten` to give it a namespace?

I'd be very happy with an automated test suite. We do some more thorough integration testing in [devops-coop.minecraft](https://github.com/devops-coop/ansible-minecraft), but Geerling's examples are a great starting point.

@k3nny0ne Sorry for keeping you waiting. I missed your review. I'll address your feedback today.