Jeff Geerling

Results 1857 comments of Jeff Geerling

@sivel - What is the issue for the hierarchy documentation? This is something that continues to confuse me (someone who's been now messing around with collections for months and has...

Gah... I'm trying to do this again today in preparation for my Ansible 101 session, and I'm still getting hung up on it. Basically, ``` # create a config file...

Somewhat related issue: https://github.com/ansible/ansible/issues/68621 (in terms of someone coming fresh into collections and hitting a wall of WTFs).

It was just mentioned that if you put a collection into `collections`—so the resulting path to a module that does something would be `./collections/ansible_collections/myorg/mycollection/plugins/modules/module.py`—you don't need to configure that in...

``` [0;32m virtualbox-iso: - extracting geerlingguy.packer-debian to /tmp/packer-provisioner-ansible-local/630bdae7-2b79-2446-010e-77eaf67862cb/galaxy_roles/geerlingguy.packer-debian[0m [0;32m virtualbox-iso: - geerlingguy.packer-debian (1.5.1) was installed successfully[0m [0;32m virtualbox-iso: - downloading role 'nfs', owned by geerlingguy[0m [0;32m virtualbox-iso: - downloading role...

The template currently only allows one picture... it would be nice to have more (if anything, just a list of links to additional pictures... UIs for multiple pictures are annoying...

Heh, it's definitely not anything like that, not sure how that happened!

Interesting; typically all that's required are these options: https://github.com/geerlingguy/raspberry-pi-pcie-devices/blob/master/extras/cross-compile/docker-compose.yml#L13-L17 I'm not sure why it would require full `privileged` access just on Ubuntu 22.04 (I test on macOS / Docker Desktop...

/remove-lifecycle stale I may be running into a similar situation when attempting to use a proposed ansible `k8s_exec` module with a slow-running command via `connect_get_namespaced_pod_exec`. Related issue: https://github.com/geerlingguy/tower-operator/issues/5#issuecomment-554507041