ikke-t / awx_pod

Ansible role to install Ansible AWX into pod using podman.
55 stars 19 forks source link

default /tmp for awx_podman_dir causes problems #9

Closed geoffritter closed 4 years ago

geoffritter commented 4 years ago

Using /tmp as the default and as a recommendation for the example playbook for awx_podman_dir causes the tempfolder permissions to be modified on the target awx machine and for everything to be dumped into /tmp.

It might be better to recommend /opt/awx in the example playbook.

Or if the intent is for the data to be temporary, at least /tmp/awx so the root /tmp folder does not have its permissions changed.