Closed radekg closed 6 years ago
Currently, the installer is assumed to be deployed and executed from /tmp/ansible-installer.sh. It is possible that the /tmp may be mounted with ro,noexec. It's not safe to assume that the installer can be uploaded / executed from that location.
/tmp/ansible-installer.sh
/tmp
ro,noexec
Provide the ability to change the path.
Currently, the installer is assumed to be deployed and executed from
/tmp/ansible-installer.sh
. It is possible that the/tmp
may be mounted withro,noexec
. It's not safe to assume that the installer can be uploaded / executed from that location.Provide the ability to change the path.