Bradley A. Thornton

Results 182 comments of Bradley A. Thornton

Container in container is.......... tricky. You may find some help here: https://github.com/cidrblock/container_in_container. The team is working on a more formal approach/answer to this and we should have something in the...

We no longer publish API docs for navigator

Looks like the oniguruma package is missing, we haven't seen this before it is _usually_ installed. Can you see if it is available ? https://github.com/kkos/oniguruma

I found this: https://techglimpse.com/install-oniguruma-on-ppc64le-machine-with-centos/ Can you try that? You'll need to have the system onigurama installed. If it works, can you post back here and let us know...

Can you try just this? ``` pip install onigurumacffi --user ``` and provide the output here? thanks!

navigator won't work unless we can figure out how to get onigurumacffi installed. Unfortunately I'm not familiar enough with power to suggest much more here :( I'll ask around to...

Thanks for the response. If I get a chance to dig in a little deeper I'll see if I can help here. I'm still chipping away at my project, hope...

@maxamillion Can you fire up the way-back machine and recall the use-case for `ipc=host`?

@maxamillion TY @AlanCoding @shanemcd thoughts here?

I ran a quick test, renaming my ssh keys to a non standard name and using ssh agent ```yaml - hosts: one gather_facts: False tasks: - ansible.builtin.command: cmd: cat /etc/os-release...