Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for read-only root filesystem and enable by default (#235)
* Change /tmp/ansible-operator/runner volume mount path to just /tmp so other services may write to ephemeral volume * mount emptyDir to ansible tmp directory * remove opt mount and create env variable for ANSIBlE_LOCAL_TEMP * Update localAnsibleTmpPath default value to /tmp/ansible/tmp for better organization * read-only filesystem enabled by default * hardcode ANSIBLE_LOCAL_TEMP to prevent changes * move ANSIBLE_LOCAL_TEMP down with other ansible env vars * add ANSIBLE_REMOTE_TEMP env var
- Loading branch information