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

Pare/remove `share` dir

Open nitzmahone opened this issue 3 years ago • 2 comments

As we've already encountered, the share dir can cause problems during development and packaging. It seems like most of the items there should just be under various datafile subpackages in the main project tree, and the couple of items that we really want to be user-configurable/augmentable should just be loadable from config dirs (which can be located using something akin to what's there now). At first blush, it seems like themes are the only item that currently falls into that category, or am I wrong?

My primary concern is that we don't repeat the mistakes of /etc/ansible.cfg and never being able to effectively change or augment defaults by laying down a live all-encompassing config file.

nitzmahone avatar Mar 23 '21 01:03 nitzmahone

Related to https://github.com/ansible/ansible-navigator/issues/550?

webknjaz avatar Feb 23 '22 13:02 webknjaz

This PR demonstrates how to write the image instrospection script to a temp directory and mount that https://github.com/ansible/ansible-navigator/pull/1153

cidrblock avatar Mar 31 '22 22:03 cidrblock