Jeff Geerling

Results 1854 comments of Jeff Geerling

I'm thinking maybe just one test that installs each of the roles then tests that support is there for each of the relevant extensions or extra bits. `php_versions` would be...

Left a blog post based on today's learnings: https://www.jeffgeerling.com/blog/2019/how-add-integration-tests-ansible-collection-ansible-test

I think before closing this issue I'd like to make the integration test do all of the individual roles... maybe have one target for each, and the last target would...

Throwing a few notes in here: - UTM can set up a bridged network (https://github.com/utmapp/UTM/issues/358), but other networking support could be... weird (see https://github.com/utmapp/UTM/issues/3294). - There's an open but unworked...

I recently became aware of [Tart](https://github.com/cirruslabs/tart), which instead of QEMU uses Apple's native Virtualization framework. It seems to run _very_ well on my M1/M2 Macs, and is built more for...

This makes sense; I haven't updated the Drupal examples in a while, but PHP 8.1 is the current version and should work better with modern PHP apps.

Thanks for finding this! I'll try to get this updated soon :)

Indeed, I've tested and confirmed this to be the case (it also broke one of my own playbooks that I run ever few months). Annoying that the attribute is now...

As this is a text manuscript, and not necessarily _software_, I'm considering using either a CC license (is that even open source?), or maybe GPL v3... have to look into...

Ah... Thanks for finding this, I'll have to get it updated!