ansible-navigator icon indicating copy to clipboard operation
ansible-navigator copied to clipboard

Research podman volume mount support on macOS

Open cidrblock opened this issue 3 years ago • 3 comments

and update documentation accordingly

(account for M1 arch changes too)

https://ansible-navigator.readthedocs.io/en/latest/installation/#id2

https://ansible-navigator.readthedocs.io/en/latest/installation/#macos

cidrblock avatar Jul 19 '22 16:07 cidrblock

@cidrblock I know this is due to constraints in podman present in MacOS, but any theories on how do'able this may or may not be? The challenge in a commercial environment is Docker licensing, admin/root needed, etc so Podman or Rancher Desktop are some of the only options. I noticed that on MacOS in VS Code, the EE is capable of running the Ansible extension, but fails when running a playbook when it attempts to attach with attach: lsetxattr which is not available on MacOS.

I saw a feature request someone had opened https://github.com/ansible/ansible-navigator/issues/1546 which could be a unique work around, but also has great value by itself outside of MacOS, in a commercial setting as the OP mentions.

netopsengineer avatar Sep 20 '23 02:09 netopsengineer

I'm also running in the same issue ... cannot run docker bc licensing but podman uses lsetxattr. I'm wondering if the lsetxattr would be even needed from what I see ...

jwalzer avatar Dec 07 '23 10:12 jwalzer