Jeff Geerling
Jeff Geerling
Is it possible to make it so this project compiles info for arbitrary versions of Drupal Core? (e.g. 6.x, 7.x, 8.0.x, 9.0.x, etc.) I think it'd be nice (especially considering...
In the [Webcam manual focus](https://github.com/geerlingguy/3d-printing#webcam-manual-focus) settings section, I showed how to add some values to `start.sh` to get them to apply when the webcam stream starts up: ``` sudo v4l2-ctl...
I tried one of two ways: 1. Dump 50,000 Job definitions on the API and let it sort things out. 2. Drop either 25, 100, or 500 Jobs on the...
After seeing @MallocArray's [airgradient_esphome](https://github.com/MallocArray/airgradient_esphome) project, I'm kinda wanting to see if I can not only replicate the Prometheus setup from this repo (see ESPHome's [Prometheus Component](https://github.com/MallocArray/airgradient_esphome)), but also get the...
I added a simple test scenario that verifies the `k8s_manifests` role in #1, now I'd like to add a scenario that verifies the `kubernetes` role. I could use the ubuntu1804...
After #43, we added a 7-second pause between dock item changes since the commands can sometimes fail with an error like "Move failed for 'App Name' in com.apple.dock.plist" since Ansible...
The bug is that I get `'with_flattened' is not a valid attribute for a Task` in CI. See details here: https://github.com/ansible/ansible/issues/71884 Currently, CI builds are failing because of this. Note...
I would like to have a few demo playbooks... well at least one or two for starters: 1. Show a demo LAMP (Apache + MySQL + Memcached) stack using these...
I'm considering maybe changing everything to [libvirt](https://libvirt.org), since I believe I could make the examples cross-platform that way (Linux, macOS M1/Intel, and Windows) like I could recommending VirtualBox. Also, I...
As I've met my 300-sponsor-goal on [GitHub Sponsors](https://github.com/sponsors/geerlingguy), I'm going to work on getting the manuscript of this book added to this repository, and _ideally_ also add some CI automation...